Updated readme. Signed-off-by: Rohit Yadav <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/43674970 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/43674970 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/43674970 Branch: refs/heads/master Commit: 4367497000a3fb3fa5f5d15c03d06aee92f20f5e Parents: a990f7a Author: James Martin <[email protected]> Authored: Fri Dec 7 01:36:44 2012 -0500 Committer: Rohit Yadav <[email protected]> Committed: Fri Dec 14 19:36:38 2012 -0800 ---------------------------------------------------------------------- tools/devcloud/README.md | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/43674970/tools/devcloud/README.md ---------------------------------------------------------------------- diff --git a/tools/devcloud/README.md b/tools/devcloud/README.md index 01a5b34..873d021 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:
