summaryrefslogtreecommitdiff
path: root/old/server/app/README.md
blob: 8bc701329f9c93d085cecb290b5ece8c7fd9eb5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Startup

Run supervisor

`/usr/bin/supervisord`

Tail log file

`tail -f /var/log/uwsgi/app/app.log`

`/opt/redis/redis-stable/src/redis-server &`

`celery worker -A celery_worker.celery --loglevel=info &`

If using on Production Server

`/usr/bin/nohup /usr/bin/supervisord &`