Skip to content

Gabicoware/txtbranch

Repository files navigation

Runs on google app engine.

Dependencies:

Links:

To setup:

  • copy secrets.template.py to secrets.py and modify as needed
  • copy config.template.json to config.json and modify as needed
  • copy app.template.yaml to app.yaml and modify as needed

Environments:

  • The makefile allows you to to have multiple environments.
  • To setup, copy app.yaml, config.json, and secrets.py to versions that begin with {environment}-, such as production-config.json
  • Usage: make install name="production" dest_folder="../txtbranch-production"
  • To deploy with tests: make install name="staging" dest_folder="../txtbranch-staging" test=1