redash/Procfile.heroku
Adam Griffiths a0b97c1fc9 Update Heroku support as per comments
Fix comment in bin/pre_compile.
Remove .gitattributes and .travis.yml in rd_ui/.
Remove bin/run from Procfile.heroku.
Update documentation:
-Add a note about upgrading from version to version.
-Remove commands for DATABASE_URL and REDIS_URL.
-Add importance to the cookie secret variable.
-Merge adding redis and postgres addons into 1 step.
2016-06-06 11:39:10 +10:00

3 lines
136 B
Plaintext

web: ./manage.py runserver -p $PORT --host 0.0.0.0
worker: celery worker --app=redash.worker --beat -Q queries,celery,scheduled_queries