Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 695 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 695 Bytes

cogfusion

Work on the cogfusion toolbox started at Neurohackweek 2016

Build Coverage

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)