• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..19-Apr-2019-

assets/H03-May-2022-2816

.gitignoreH A D19-Apr-2019271 2519

README.mdH A D19-Apr-2019492 1511

app.yamlH A D19-Apr-2019863 2926

main.goH A D19-Apr-20196.6 KiB257217

main_test.goH A D19-Apr-20195.5 KiB238183

setup.shH A D19-Apr-2019432 1511

README.md

1talksapp
2========
3
4This directory contains the source for [talks.godoc.org](https://talks.godoc.org).
5
6Development Environment Setup
7-----------------------------
8
9- Copy `app.yaml` to `prod.yaml` and put in the authentication data.
10- Install Go App Engine SDK.
11- `$ sh setup.sh`
12- Run the server using the `goapp serve prod.yaml` command.
13- Run the tests using the `goapp test` command.
14- Deploy to production using the `gcloud app --project=go-talks deploy --no-promote prod.yaml` command.
15