Permalink
Cannot retrieve contributors at this time
speedfunding README | |
================== | |
Getting Started | |
--------------- | |
- git clone https://github.com/C3S/speedfunding.git | |
- cd speedfunding | |
- virtualenv env | |
- env/bin/python setup.py develop | |
- env/bin/initialize_speedfunding_db development.ini | |
- env/bin/pserve development.ini --reload | |
Look at ci.sh, a script that does all that. |