a google reader clone built with go on app engine and angularjs
PATH
. (Google App Engine doesn't yet work with Python 3.)git
and hg
are in your PATH
.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.)goapp
which lives in the go_appengine
directory from the SDK. Make sure it's in your PATH
.goapp get -d github.com/mjibson/goread
. You may get messages about unrecognized imports. Ignore them.cd $GOPATH/src/github.com/mjibson/goread/app
.app.sample.yaml
to app.yaml
.goread
directory (cd ..
from the command above), copy settings.go.dist
to settings.go
.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
.)alt+c
to show the miniprofiler window.c
to clear all feeds and stories, remove all your subscriptions, and reset your unread date.app.yaml
, change the first line to contain the name of the application you just created.app
directory, deploy with goapp deploy
.