mirror of https://github.com/apache/cloudstack.git
Updated readme.
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
a990f7abe4
commit
4367497000
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue