Toxicmaster: Keeps the plates spinning¶
Toxicmaster does the coordination of the distinct parts of toxicbuild.
Install¶
To install it use pip:
$ pip install toxicmaster --extra-index-url=https://pypi.poraodojuca.dev
Setup & config¶
Before running the program you must create an environment for toxicmaster. To do so use:
$ toxicmaster create ~/master-env
This is going to create a ~/master-env directory with a toxicmaster.conf
file in it. This file is used to configure toxicmaster.
Check the configuration instructions for details
Run the server¶
When the configuration is done you can run the server with:
$ toxicmaster start ~/master-env
For all options for the toxicmaster command execute
$ toxicmaster --help
Master server API¶
Check the api documentation for details