Versions Compared

Key

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

...

  1. Checkout the incubator-cloudstack project from incubator-cloudstack.git
  2. You will need Python - version 2.6 to install marvin but 2.7 to run the tests. Additional modules installed by Marvin - python-paramiko, mysql-connector-python, nose
  3. You should install Eclipse and the PyDev plugin. PyDev features auto-completion for python modules from within the Eclipse environment.
  4. On the master branch the 'developer' profile compiles, packages and installs Marvin.
    Code Block
    mvn -P developer -pl: cloud-apidoc, :cloud-marvin
    
  5. The mvn deploy goal will install marvin using pip. If not you may install it by hand by pip or easy_install
    Code Block
    pip install tools/marvin/dist/Marvin-0.1.0.tar.gz
    

...