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

Step 12) Verify

To deploy Apache CloudStack, and run in developer mode, please refer to Setup CloudStack development environment in 8 steps

To deploy the database:

mvn -P developer -pl developer -Ddeploydb

To run in a local Jetty server:

mvn -pl :cloud-client-ui jetty:run

Open Next, open the mgmt server console using http://localhost:8080 and configure it as required.

Step 12) OPTIONAL: Start working with DevCloud

DevCloud provides a self-contained CloudStack development environment, which runs in a VirtualBox VM. For details, refer to Setup CloudStack development environment in 8 steps