From d1da6ed6b0a6911c3b24e012ea051c9253ce8479 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 10 Dec 2018 22:43:10 +0100 Subject: pull in dulldream celery server --- server/app/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 server/app/README.md (limited to 'server/app/README.md') diff --git a/server/app/README.md b/server/app/README.md new file mode 100644 index 00000000..8bc70132 --- /dev/null +++ b/server/app/README.md @@ -0,0 +1,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 &` \ No newline at end of file -- cgit v1.2.3-70-g09d2