Skip to content
This repository was archived by the owner on Mar 16, 2020. It is now read-only.

Commit c5a0190

Browse files
committed
Update readme
1 parent 6ddefd9 commit c5a0190

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ a google reader clone built with go on app engine and angularjs
77
1. Install [Python 2.7](http://www.python.org/download/releases/2.7.5/) and make sure it is in your `PATH`. (Google App Engine doesn't yet work with Python 3.)
88
1. Install [Git](http://gitscm.com/) and [Mercurial](http://mercurial.selenic.com/wiki/Download) and make sure `git` and `hg` are in your `PATH`.
99
1. Install the [Go App Engine SDK](https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Go).
10-
1. Set your `GOPATH` (to something like `/home/user/mygo`), and make sure it's a directory that exists. (Note: set this on your machine's environment, not in the go.bat file.)
10+
1. Set your `GOPATH` (to something like `/home/user`), and make sure it's a directory that exists. (Note: set this on your machine's environment, not in the go.bat file.)
1111
1. Further commands use `goapp` which lives in the `go_appengine` directory from the SDK. Make sure it's in your `PATH`.
12-
1. Download dependencies by running: `goapp get -d github.com/mjibson/goread`. This will download goread and all of its dependencies, and will stick them in your `GOPATH`. You will get messages about unrecognized imports. Ignore them.
13-
1. `cd $GOPATH/src/github.com/mjibson/goread`.
14-
1. `git checkout master` (bug in `go get`).
12+
1. Download goread and dependencies by running: `goapp get -d github.com/mjibson/goread`. You may get messages about unrecognized imports. Ignore them.
13+
1. `cd $GOPATH/src/github.com/mjibson/goread/app`.
1514
1. Copy `app.sample.yaml` to `app.yaml`.
16-
1. In the `goread` directory, copy `settings.go.dist` to `settings.go`.
17-
1. From the `goread` directory, start the app with `goapp serve`. (On Windows, you may need to do this instead: `python C:\go_appengine\dev_appserver.py app.yaml`.)
15+
1. In the `goread` directory (`cd ..` from the command above), copy `settings.go.dist` to `settings.go`.
16+
1. From the `app` directory, start the app with `goapp serve`. (On Windows, you may need to do this instead: `python C:\go_appengine\dev_appserver.py app.yaml`.)
1817
1. View at [localhost:8080](http://localhost:8080), admin console at [localhost:8000](http://localhost:8000).
1918

2019
## developer notes
@@ -27,4 +26,4 @@ a google reader clone built with go on app engine and angularjs
2726
1. Set up a local dev environment as described above.
2827
1. Create a [new app engine application](https://cloud.google.com/console?getstarted=https://appengine.google.com).
2928
1. In `app.yaml`, change the first line to contain the name of the application you just created.
30-
1. From the `goread` directory, deploy with `goapp deploy`.
29+
1. From the `app` directory, deploy with `goapp deploy`.

0 commit comments

Comments
 (0)