Versions Compared

Key

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

...

NB: Test your environment variables by opening a Cygwin shell and typing 'which mkisofs'. This should return the path to the mkisofs executable.

Step 10)

...

Tell CloudStack the password for mysql

Password is assigned to DBROOTPW= in the build/

...

replace.properties file.

...

E.g.
{{vijayendra1@sjcwvijayendra1 /cygdrive/c/Users/vijayendra1.CITRITE/My Documents/cloudstack/cloudstack-oss
$ cat build/override/replace.properties
DBUSER=cloud
DBPW=cloud
DBROOTPW=
MSLOG=vmops.log
APISERVERLOG=api.log
DBHOST=localhost
AGENTLOGDIR=logs
AGENTLOG=logs/agent.log
MSMNTDIR=/mnt
COMPONENTS-SPEC=components-premium.xml
vijayendra1@sjcwvijayendra1 }}

Step 11) Build

To pull in dependencies, go to the cloudstack source folder and run:

...

ant deploydb

Step 12) Verify

To start the server

ant debug

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

...