roger-mesos-tools

July 19, 2016 ยท View on GitHub

Tools to connect to and work with RogerOS, Moz's cluster OS based on mesos.

Build

$ python setup.py build

Run tests

$ python setup.py test

Generate source distribution

$ python setup.py sdist

Install

$ python setup.py install OR pip install -e .

Use

  • roger -h
  • roger <command> -h

Uninstall

pip uninstall roger_mesos_tools

With virtualenv

virtualenv venv
source venv/bin/activate
pip install -e .
# run roger commands
deactivate

Contents

  1. 0.1Build
  2. 0.2Run tests
  3. 0.3Generate source distribution
  4. 0.4Install
  5. 0.5Use
  6. 0.6Uninstall
  7. 0.7With virtualenv