Remove saas-specific configurations

This commit is contained in:
Duncan Sommerville 2015-06-12 12:50:35 -04:00
parent 15c7ef5885
commit 272911fa7b
10 changed files with 7 additions and 1463 deletions

View file

@ -9,14 +9,6 @@ Installation
$ sudo python setup.py install
To install the configuration and upstart files for all environments (development and production)
$ sudo python setup.py install --all-envs
You can also specify a single environment to deploy config and upstart files for:
$ sudo python setup.py install --dev-env=bananas
Each instance of airtime-celery has its own worker, and multiple instances can be run in parallel.
`Celery is thread-safe`_, so this parallelization won't cause conflicts.