Work on the cogfusion toolbox started at Neurohackweek 2016
Run tests:
python setup.py test
Start web app server:
cogfusion serve
Deploy 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)