Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: pointing links to ASF cwiki

...

If you're looking for a pre-configured CloudStack environment please refer to DevCloud.

This is a do-it-yourself guide to help you hack your own custom CloudStack development environment. JFYI, reverse-engineer DevCloud: /root/.bash_history and /home/devcloud/setup.sh

...

Setting up CloudStack Development Environment

Setting up a CloudStack development environment on Mac OSX

Setting up Cloudstack dev environment on Windows

Setting up on Linux: Refer to INSTALL.txt in the root directory of the source code

...

Optional: get a sample centos/vm template (~50MB) for testing on your host-os:

        wget http://bhaisaab.org/vms/cent.vhdImage Removed

A SSVM template is required in the secondary storage (chicken-egg problem), as CloudStack runs the SSVM from NFS and then SSVM then mounts the NFS as secondary storage, make sure the 'host' in global settings is correctly set to your management server IP and at port 8250 it is reachable.

...

Read the README and INSTALL.txt. Grab the source code:
git clonehttpsclone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.gitgitImage Added pull -v # Have your master updated

...