corrected order

This commit is contained in:
Adrian Cole 2010-12-31 14:41:19 +01:00
parent e9b49ec1bb
commit 3c205ec56f
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,8 @@ jclouds binding to deltacloud requires a minimum server version of 0.1.0.
To install deltacloud, do the following:
* OS/X and jruby
# use homebrew or equiv to install jruby
* brew install jruby
# install and configure openssl to avoid "certificate verify failed" errors
# install and link openssl
* brew install openssl
@ -18,8 +20,6 @@ To install deltacloud, do the following:
# test
* jruby -ropen-uri -e 'p open("https://encrypted.google.com")'
* should see something like #<StringIO:0x5330cb4b>
# use homebrew or equiv to install jruby
* brew install jruby
# install specific version of rack that doesn't conflict with deltacloud
* jruby -S gem --version 1.1.0 install rack
# install deltacloud core