Versions Compared

Key

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

...

4. Extract the source code and verify the contents:

Code Block

unzip apache-cloudstack-$version-incubating-src.zip
OR
tar xvfz apache-cloudstack-$version-incubating-src.tar.gz

5. Compile

  • cd apache-cloudstack-$version-incubating-src
  • mvn -P deps** NOTE: mvn may require adding it to the path like: export PATH=$PATH:/usr/share/maven3/bin
  • ant clean-all build-all

6. Deploy into DevCloud

...