Update README with config files.

This commit is contained in:
Mihai Parparita 2014-10-11 16:31:00 -07:00
parent 5794ffa131
commit 395fe41c7c

View file

@ -6,7 +6,11 @@ It's currently running at [https://git-hop.appspot.com/](https://git-hop.appspot
## Running Locally
First, [install the Go App Engine SDK](https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Go). Then run:
First, [install the Go App Engine SDK](https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Go).
Then, create `github-oauth.json` (you'll need to [register a new app](https://github.com/settings/applications/new) with GitHub) and `session.json` (with randomly-generated keys) files in the `config` directory, based on the sample files that are already there.
Finally, run:
```
dev_appserver.py --enable_sendmail=yes app