Versions Compared

Key

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

...

NB: If the next step works, add sure JAVA_HOME to your shell's .rc file.

Install Extra Tools

Sudo

Used by management server to elevate privileges when mounting NFS shares.

Code Block
$ apt-get install sudo

Install uuidgen

Used by script that seeds system VMs

Code Block
$ apt-get install uuid-runtime

Install mkisofs

Used to create ISOs

Code Block

$ apt-get install genisoimage
...
$ sudo ln -s /usr/bin/genisoimage /usr/bin/mkisofs

Build CloudStack

Go to your repository:

...