mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-25 09:25:49 +00:00
Update README with config files.
This commit is contained in:
parent
5794ffa131
commit
395fe41c7c
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue