Versions Compared

Key

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

...

To build the oss code(if you don't care about vmware/netscaler/netapp, use this command):
make sure to intsall "python-setuptools", "mkisofs", "mysql-server" before running below command

...

Code Block
$ mvn -pl :cloud-client-ui jetty:run -Dnonoss

NOTE : BUILD process went fine but, if you are unable to access management server then please make sure that 8080 is opened in iptables.

To run awsapi app

Code Block
$ mvn -Pawsapi -pl :cloud-awsapi jetty:run

...