Updated readme.

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
James Martin 2012-12-07 01:36:44 -05:00 committed by Rohit Yadav
parent a990f7abe4
commit 4367497000
1 changed files with 6 additions and 1 deletions

View File

@ -23,7 +23,7 @@ the image.
===========================================================
# How to Just Start Working Now
# How to use devcloud
Install RVM with the latest ruby 1.9.3 patch set (not documented)
@ -44,6 +44,11 @@ After that is complete
#bring up the devcloud vm
vagrant up
If you get a vagrant error, at that point, try:
source .rvmrc
vagrant up
It will now bring up the devcloud vm for this first time. Note that it will attempt to download the SSVM and CPVM templates so it will take a long time to launch initially. It will also git clone the cloudstack repository and attempt to build an launch it.
You can optionally speed things up by packaging a successful devcloud instance build. This will make subsequent launches must faster since it won't have to re-downoad the SSVM and CPVM. Once it has successfully been built, you can run: