tree: 898bddec41da78a66b24338313296fd99cf628be [path history] [tgz]
  1. assets/
  2. .gitignore
  3. app.yaml
  4. main.go
  5. README.md
  6. secret.json
  7. setup.sh
talksapp/README.md

talksapp

This directory contains the source for go-talks.appspot.com.

Development Environment Setup

  • Copy config.go.template to config.go and edit the file as described in the comments.
  • Install Go App Engine SDK
  • $ sh setup.sh
  • Run the server using the dev_appserver command.