Author: buildbot Date: Tue Sep 25 05:43:10 2012 New Revision: 832950 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 Tue Sep 25 05:43:10 2012 @@ -1 +1 @@ -1386778 +1389713 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 Tue Sep 25 05:43:10 2012 @@ -93,14 +93,16 @@ limitations under the License. <p><code>export CATALINA_BASE=/your_path/apache-tomcat-6.0.33/</code></p> <p><strong>Note</strong>: we usually set them in <code>~/.bashrc</code> for convenience.</p> <h3 id="install-ant">Install Ant</h3> -<p>You don't need to install Ant yourself, but you do need to set up the copy of Ant that's included in Apache CloudStack source:</p> -<p><code>export PATH=/cloudstack_source_dir/tools/ant/apache-ant-1.7.1/bin/:$PATH</code></p> -<p><strong>Note</strong>: You should also add this to your <code>~/.bashrc</code>.</p> +<p>If <code>ant</code> is not already installed, you can install it using Yum or APT. Depending on which Linux distribution you use one of these commands:</p> +<p><code>yum install ant</code></p> +<p><code>apt-get install ant</code></p> <h3 id="install-mysql">Install MySQL</h3> <p>Next, we'll install MySQL if it's not already present on the system. Again, use Yum or APT depending on the type of system you're doing development on.</p> <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> +<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> <p><code>ant clean-all build-all</code></p> <p>To deploy Apache CloudStack, run:</p>