Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 256 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 256 Bytes

JJP

Quick start:

Install Python 2 (with virtualenv and pip). Then run:

virtualenv venv
venv/bin/pip install -r requirements.txt
git init --bare repo
venv/bin/python console.py initschema
venv/bin/python console.py serve --debug