mirror of https://github.com/apache/jclouds.git
added instructions for delta
This commit is contained in:
parent
892bc85d4e
commit
d60df6cd6b
|
@ -0,0 +1,9 @@
|
||||||
|
To install deltacloud, do the following:
|
||||||
|
* OS/X and jruby
|
||||||
|
# brew install jruby
|
||||||
|
# jruby -S gem --version 1.1.0 install rack
|
||||||
|
# jruby -S gem install deltacloud-core
|
||||||
|
|
||||||
|
To run a local deltacloud server, do the following:
|
||||||
|
* jruby
|
||||||
|
* jruby -S deltacloudd -i mock
|
Loading…
Reference in New Issue