Skip to content

sitaktif/goread

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go read

a google reader clone built with go on app engine and angularjs

how to host your own

  1. checkout the code
  2. create a new app engine application
  3. install the app engine SDK
  4. set your GOPATH (to something like /home/user/mygo
  5. run go get -d github.com/mjibson/goread/goapp
  6. in app.yaml, change the first line to contain the name of the application you just created
  7. in the goapp folder, copy settings.go.dist to settings.go

[optional steps if you want google reader import support]

  1. sign up for some API keys at the google apis console
  2. fill in values for localhost and whatever your hostname is in the init() function of settings.go
  3. get a google analytics key and put it into the appropriate field in settings.go

[and finally, deploy]

  1. deploy with appcfg.py

About

google reader clone in go on app engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published