mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-25 09:25:49 +00:00
Add basic README.
This commit is contained in:
parent
fcd505f621
commit
1384667bfd
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# GitHop
|
||||
|
||||
Service that shows you your GitHub commits from a year ago. Includes a mail digest to that you can see each day what you were up to in the past.
|
||||
|
||||
## Running Locally
|
||||
|
||||
First, [install the Go App Engine SDK](https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Go). Then run:
|
||||
|
||||
```
|
||||
dev_appserver.py --enable_sendmail=yes app
|
||||
```
|
||||
|
||||
The server can the be accessed at [http://localhost:8080/](http://localhost:8080/).
|
||||
|
||||
## Deploying to App Engine
|
||||
|
||||
```
|
||||
goapp deploy -oauth app
|
||||
```
|
||||
Loading…
Reference in a new issue