Work on the cogfusion toolbox started at Neurohackweek 2016
Run tests:
python setup.py testStart web app server:
cogfusion serveDeploy to production server:
python setup.py sdist # Create build artifact
./deploy.sh # Send build artifact to server and install it there(Assumes the server has the packages listed in system-requirements.txt and you have ssh access to the server)