Versions Compared

Key

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

...

Building from source code withing source code

cloudmonkey is moved to a separate git repo

more info @ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=6f84e74a68d78705a06fe58f7927f42f61453a16

Code Block
$ git clone https://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey.git
# Run mgmt server and run cloudmonkey sync, this is only for build time cache generation using cachemaker.py
$ python setup.py build 
$ python setup.py install

...