bfirsh/whiskerboard

Document how to run a local instance

arthurlutz opened this issue · 2 comments

... without deploying to ep.io

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

@arthurlutz, would #14 be sufficient to close out this issue?