Versions Compared

Key

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

...

To upgrade an existing marvin installation and sync it with the latest APIs on the managemnet server, follow the steps herecall this command

bash
$ pip install --upgrade tools/marvin/dist/Marvin-0.1.0.tar.gz

 

First Things First

You will need a CloudStack management server that is already deployed, configured and ready to accept API calls. You can pick any management server in your lab that has a few VMs running on it or you can use DevCloud or the simulator environment deployed for a checkin test #checkin. Create a sample json config file demo.cfg telling marvin where your management server and database server are.

...