Document how to run a local instance
arthurlutz opened this issue · 2 comments
arthurlutz commented
... without deploying to ep.io
arthurlutz commented
I got something more or less working with :
fab setup
edit settings/base.py (the postgresql settings)
createdb whiskerboard
python manage.py syncdb
python manage.py runserver
bsdlp commented
@arthurlutz, would #14 be sufficient to close out this issue?