Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Building

Get dependencies: Java, Maven 3.0+, Ant, Tomcat (use 6.0.33, problems with latest version), MySQL, gcc, python, git

Grab the source code:

Code Block

...


$ git clone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.

...

git
$ git pull -v # Have your master updated

To build CloudStack, checkout: Building with Maven

Code Block

$ mvn -P deps
$ ant clean-all build-all
$ ant deploy-server
$ ant deploydb
$ ant debug

To allType to deploy mgt server :
$ ant  deploy-serverType to deploy database :
$ ant deploydbType to run mgt server:
$ ant debugTo access your CloudStack Management Server, open in your browser: (localhost or IP/domain-name of your management server)
http://localhost:8080/client/

...