You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bu...@apache.org on 2012/11/12 09:49:33 UTC

svn commit: r838030 - in /websites/staging/cloudstack/trunk/content: ./ cloudstack/develop/environment.html

Author: buildbot
Date: Mon Nov 12 08:49:33 2012
New Revision: 838030

Log:
Staging update by buildbot for cloudstack

Modified:
    websites/staging/cloudstack/trunk/content/   (props changed)
    websites/staging/cloudstack/trunk/content/cloudstack/develop/environment.html

Propchange: websites/staging/cloudstack/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Nov 12 08:49:33 2012
@@ -1 +1 @@
-1407151
+1408190

Modified: websites/staging/cloudstack/trunk/content/cloudstack/develop/environment.html
==============================================================================
--- websites/staging/cloudstack/trunk/content/cloudstack/develop/environment.html (original)
+++ websites/staging/cloudstack/trunk/content/cloudstack/develop/environment.html Mon Nov 12 08:49:33 2012
@@ -166,6 +166,7 @@
 <p><code>yum install mysql-server</code></p>
 <p><code>apt-get install mysql-server</code></p>
 <h2 id="compile-and-deploy">Compile and Deploy</h2>
+<h3 id="ant-procedure-to-be-used-cloudstack-40-release">Ant procedure to be used &gt; Cloudstack 4.0 release</h3>
 <p>To pull in dependencies, go to the cloudstack source folder and run:</p>
 <p><code>mvn -P deps</code></p>
 <p>To compile Apache CloudStack, go to the cloudstack source folder and run:</p>
@@ -183,6 +184,16 @@
 <p>If you're going to set a break point in Eclipse before CloudStack launches, you may want to suspend CloudStack until Eclipse debugger is connected. Do this with:</p>
 <p><code>ant debug-suspend</code></p>
 <p>Now CloudStack is running and listening on port 8787. You can use the remote debug feature of Eclipse to connect to this port and CloudStack will go on running.</p>
+<h3 id="maven-procedure-developed-since-cloudstack-41">Maven procedure developed since Cloudstack 4.1</h3>
+<p>To compile Apache CloudStack, go to the cloudstack source folder and run:</p>
+<p><code>mvn -P developer clean install</code></p>
+<p>To deploy Apache CloudStack, run:</p>
+<p><code>mvn -P developer -pl developer,tools/devcloud -Ddeploydb</code></p>
+<p>Deploy the database next:</p>
+<p><code>mvn -P developer -pl tools/devcloud -Ddeploysvr</code></p>
+<h2 id="run-apache-cloudstack_1">Run Apache CloudStack</h2>
+<p>To start CloudStack, run:</p>
+<p><code>mvn -pl :cloud-client-ui jetty:run</code></p>
 <h2 id="log-into-apache-cloudstack">Log Into Apache CloudStack</h2>
 <p>Open your Web browser and use this URL to connect to CloudStack:</p>
 <p><code>http://localhost:8080/client/</code></p>