Created
July 21, 2017 19:49
-
-
Save ewheeler/ddb27a3768f562e71a055ab05dd3d89a to your computer and use it in GitHub Desktop.
run redash services in a tabbed screen session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
screen -AdmS redash | |
screen -S redash -X screen -t flask bin/run ./manage.py runserver --debugger --reload | |
screen -S redash -X screen -t celery ./bin/run celery worker --app=redash.worker --beat -Qscheduled_queries,queries,celery -c2 | |
screen -S redash -X screen -t client npm run start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment