Merge branch 'master' into feature/github-auth

Conflicts:
	README.md
This commit is contained in:
Jonas Obrist 2012-08-18 03:05:00 +02:00
commit 7656693360
5 changed files with 21 additions and 16 deletions

View file

@ -9,13 +9,14 @@ How-To
* Clone the repo.
* Add a git remote called ``heroku`` pointing at ``git@heroku.com:insertcreativenamehere.git``.
* Create a file called .env and add two values: ``DATABASE_URL=sqlite://localhost/local.db`` and ``DEBUG=True``.
* Create a file called .env and add: ``DATABASE_URL=sqlite://localhost/local.db``, ``SECRET_KEY=<some secret key>`` and ``DEBUG=True``.
* Create a GitHub app on https://github.com/settings/applications setting both urls to http://localhost:8000/.
* Add ``GITHUB_APP_SECRET`` and ``GITHUB_APP_ID`` to your .env file using the credentials from github.
* Run ``make run``.
* Open http://localhost:8000
* Hack.
**NEVER** commit your .env file!
Run local commands
------------------