Created
August 15, 2012 15:18
-
-
Save etoews/3360972 to your computer and use it in GitHub Desktop.
Getting started with jclouds
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mkdir jclouds-test | |
$ cd jcloud-test | |
$ curl -o lein.sh https://raw.github.com/technomancy/leiningen/stable/bin/lein | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 9905 100 9905 0 0 13005 0 --:--:-- --:--:-- --:--:-- 31444 | |
$ chmod u+x lein.sh | |
$ echo '(defproject deps "1" :dependencies [[org.jclouds/jclouds-all "1.5.1"] [org.jclouds.driver/jclouds-sshj "1.5.1"]])' > project.clj | |
$ ./lein.sh deps | |
<output omitted> | |
$ ls lib/ | |
aopalliance-1.0.jar elastichosts-sat-p-1.5.1.jar ninefold-storage-1.5.1.jar | |
atmos-1.5.1.jar elasticstack-1.5.1.jar nova-1.5.1.jar | |
aws-cloudwatch-1.5.1.jar eucalyptus-1.5.1.jar oauth-20100527.jar | |
aws-common-1.5.1.jar eucalyptus-partnercloud-ec2-1.5.1.jar openhosting-east1-1.5.1.jar | |
aws-ec2-1.5.1.jar eucalyptus-partnercloud-s3-1.5.1.jar openstack-common-1.5.1.jar | |
aws-s3-1.5.1.jar filesystem-1.5.1.jar openstack-keystone-1.5.1.jar | |
aws-sqs-1.5.1.jar go2cloud-jhb1-1.5.1.jar openstack-nova-1.5.1.jar | |
azure-common-1.5.1.jar gogrid-1.5.1.jar openstack-nova-ec2-1.5.1.jar | |
azureblob-1.5.1.jar greenhousedata-element-vcloud-1.5.1.jar rackspace-cloudidentity-1.5.1.jar | |
bcprov-jdk16-1.46.jar gson-2.2.jar rackspace-cloudservers-us-1.5.1.jar | |
bluelock-vcloud-zone01-1.5.1.jar guava-13.0.jar rimuhosting-1.5.1.jar | |
byon-1.5.1.jar guice-3.0.jar rocoto-6.1.jar | |
cloudfiles-1.5.1.jar guice-assistedinject-3.0.jar s3-1.5.1.jar | |
cloudfiles-uk-1.5.1.jar hpcloud-compute-1.5.1.jar serverlove-z1-man-1.5.1.jar | |
cloudfiles-us-1.5.1.jar hpcloud-objectstorage-1.5.1.jar skalicloud-sdg-my-1.5.1.jar | |
cloudloadbalancers-1.5.1.jar java-xmlbuilder-0.4.jar slf4j-api-1.6.4.jar | |
cloudloadbalancers-uk-1.5.1.jar javax.inject-1.jar slicehost-1.5.1.jar | |
cloudloadbalancers-us-1.5.1.jar jclouds-all-1.5.1.jar snakeyaml-1.10.jar | |
cloudonestorage-1.5.1.jar jclouds-allblobstore-1.5.1.jar softlayer-1.5.1.jar | |
cloudservers-1.5.1.jar jclouds-allcompute-1.5.1.jar sqs-1.5.1.jar | |
cloudservers-uk-1.5.1.jar jclouds-allloadbalancer-1.5.1.jar sshj-0.8.1.jar | |
cloudservers-us-1.5.1.jar jclouds-blobstore-1.5.1.jar stratogen-vcloud-mycloud-1.5.1.jar | |
cloudsigma-1.5.1.jar jclouds-bouncycastle-1.5.1.jar swift-1.5.1.jar | |
cloudsigma-lvs-1.5.1.jar jclouds-compute-1.5.1.jar synaptic-storage-1.5.1.jar | |
cloudsigma-zrh-1.5.1.jar jclouds-core-1.5.1.jar trmk-common-1.5.1.jar | |
cloudstack-1.5.1.jar jclouds-loadbalancer-1.5.1.jar trmk-ecloud-1.5.1.jar | |
cloudwatch-1.5.1.jar jclouds-scriptbuilder-1.5.1.jar trmk-vcloudexpress-1.5.1.jar | |
commons-io-2.4.jar jclouds-slf4j-1.5.1.jar trystack-nova-1.5.1.jar | |
deltacloud-1.5.1.jar jclouds-sshj-1.5.1.jar vcloud-1.5.1.jar | |
ec2-1.5.1.jar jersey-core-1.12.jar walrus-1.5.1.jar | |
elastichosts-lon-b-1.5.1.jar jsr250-api-1.0.jar | |
elastichosts-lon-p-1.5.1.jar ninefold-compute-1.5.1.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment