Install the pip dependencies with bash ./deps.sh
Run the tests:
python main.test.pyOr run an integration test to see colors printed (see the next section for configuration options):
python -m __integration.schedulerBy default, there is a config.example.cfg file and a config.local.cfg file with
default values. Copy the example:
cp config.example.cfg config.cfgChange the values in ./config.cfg and ./config.local.cfg to fit your needs.
See the Gleamo MQ knowledgebase for instructions on setting up your local environment.
Run each command in a different terminal:
brew services start rabbitmq # For OSX
python -m __integration.mq
python -m __integration.mq_serverRun:
sudo bash install.sh
sudo bash deps.sh
sudo python demo.py
# or
sudo python main.py