From 3c205ec56f1b21ffa4b8f8a48326c860cd230389 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Fri, 31 Dec 2010 14:41:19 +0100 Subject: [PATCH] corrected order --- sandbox/deltacloud/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox/deltacloud/README.txt b/sandbox/deltacloud/README.txt index 28a016ec7a..c1224c41e1 100644 --- a/sandbox/deltacloud/README.txt +++ b/sandbox/deltacloud/README.txt @@ -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 # - # 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