You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Test with source code release

This is test procedure for Apache CloudStack 4.0 source release. Everyone is welcome to have a test with the forthcoming 4.0 release.

To setup an environment for CloudStack, usually it will take a while, e.g install a hypervisor host, install Mysql server etc. Here we'll use DevCloud(http://wiki.cloudstack.org/display/COMM/DevCloud) to simplify the test procedure. 

Setup environment

1. Install devcloud

2. Install development tools

  • aptitude install openjdk-6-jdk ant 
  • install maven3
    • sudo add-apt-repository ppa:natecarlson/maven3
    • aptitude update
    • aptitude install maven3

3. Download source code

  • No labels