cctrl is a set of command line utilities to help you create and manage applications and users hosted on platforms compatible with cloudControl.
- python 2.6.x and later
- python modules:
- argparse
- pycclib
To install cctrl:
Via pip (non-windows compatible)
$ (sudo) pip install cctrlVia setup.py
$ (sudo) python setup.py installDependencies should be automatically fetched by
easy_install.Via executable (windows only)
To upgrade cctrl (non-windows compatible):
$ (sudo) pip install cctrl --upgrade