easy_install pip
pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
If you do postgres this would be
pip install psycopg2
Not needed if you work with sqlite
ipython profile create nbserver --ipython-dir=.ipython
python profile_setup.py
This scripts come with a very simple ftpd in python - if you need it (to transfer files in and out:
cp ftpd.yaml.tmpl ftpd.yaml
And edit ftpd.yaml to fit your users - sorry super simple so passwords are plaintext. (This is a NO Security setup).
cp Procfile.tmpl Procfile
Edit the Procfile to reflect your system
e.q whether you want to enable the ftpd or have the multiprocessing setup.
honcho start