Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 965 Bytes

devops.rst

File metadata and controls

45 lines (29 loc) · 965 Bytes

Devops

(Very scketchy for now).

Principles

Note: we're not yet 12 factor compatible, actually, due to our reliance on local file storage. This will probably be fixed in 2017.

Tools

Platforms

  • Heroku (for playing purposes)
  • Dokku (open source Heroku alternative,
  • Kubernetes
  • Or plain old "a la mano" deployment (using Fabric, Invoke...) using nginx as a front-end web server and either gunicorn (currently preferred) or uwsgi as application server, with supervisord for process management.

Monitoring, etc.