This project is a mirror for hosting GitHub gist repositories.
Before you start using the Gist application you'll need to create a new GitHub application. You can do this by going to your GitHub settings page, clicking on "Applications", and then creating a new application. You'll need to copy the token and secret that are generated and pass those into your application later.
Simply go get
the gist project:
$ go get github.com/benbjohnson/gist/...
Then run the gistd
binary:
$ gistd -d ~/gist -key $GITHUB_API_TOKEN -secret $GITHUB_API_SECRET
Listening on http://localhost:40000
You can now visit http://localhost:40000 to view the application.