diff --git a/tools/devcloud/README.md b/tools/devcloud/README.md index 01a5b341d59..873d021a9ec 100644 --- a/tools/devcloud/README.md +++ b/tools/devcloud/README.md @@ -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: