mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 09:05:17 +00:00
a0b97c1fc9
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.
3 lines
136 B
Plaintext
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
|