Versions Compared

Key

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

...

Setting up CloudStack Development Environment

Building with Maven

DevCloud: Standalone development environment

...

To build CloudStack, checkout: Building with Maven

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

...