You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2012/12/15 04:37:13 UTC

[7/15] git commit: Adding info.

Adding info.

Signed-off-by: Rohit Yadav <bh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/069b8507
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/069b8507
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/069b8507

Branch: refs/heads/master
Commit: 069b8507f38d7a659f7fa64a548a3b25540047b7
Parents: 4367497
Author: James Martin <jm...@basho.com>
Authored: Fri Dec 7 01:42:25 2012 -0500
Committer: Rohit Yadav <bh...@apache.org>
Committed: Fri Dec 14 19:36:38 2012 -0800

----------------------------------------------------------------------
 tools/devcloud/README.md |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/069b8507/tools/devcloud/README.md
----------------------------------------------------------------------
diff --git a/tools/devcloud/README.md b/tools/devcloud/README.md
index 873d021..7872bb8 100644
--- a/tools/devcloud/README.md
+++ b/tools/devcloud/README.md
@@ -49,6 +49,19 @@ If you get a vagrant error, at that point, try:
 	source .rvmrc
 	vagrant up
 
+If you want to compile cloudstack in the devcloud vm:
+
+	vim puppet/modules/devcloud/manifests/params.pp
+
+and set
+
+	$build_cloudstack = true
+
+alternately, if you do not want to build cloudstack in the devcloud vm, set:
+
+	$build_cloudstack = false
+
+
 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: