Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 397 B

12345678910111213
  1. talksapp
  2. ========
  3. This directory contains the source for [go-talks.appspot.com](http://go-talks.appspot.com).
  4. Development Environment Setup
  5. -----------------------------
  6. - Copy `app.yaml` to `prod.yaml` and put in the authentication data.
  7. - Install Go App Engine SDK.
  8. - `$ sh setup.sh`
  9. - Run the server using the `goapp serve prod.yaml` command.
  10. - Run the tests using the `goapp test` command.