mitodl / ccxcon

CCXCon API
GNU Affero General Public License v3.0
7 stars 0 forks source link

Added Heroku deployment configuration #30

Closed bdero closed 8 years ago

bdero commented 8 years ago

This set of changes adds the necessary pieces for continuous deployment (as well as automated deployment of new environments) on Heroku.

The uwsgi config includes the following lines for compatibility with the New Relic python agent for monitoring:

enable-threads = true
single-interpreter = true

See this resource for a detailed explanation of these two lines: https://docs.newrelic.com/docs/agents/python-agent/hosting-mechanisms/python-agent-uwsgi#mandatory-options

Closes #25. Closes #26.

noisecapella commented 8 years ago

:+1: