Versions Compared

Key

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

...

To compile Apache CloudStack, go to the cloudstack source folder and run:

mvn install -P developer,systemvm

To deploy the database:

mvn -P developer -pl developer -Ddeploydb

...