From e0b0b2f976c61225a178c7715caf2656a1f6741f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 15 Dec 2018 21:32:51 +0100 Subject: moving stuff --- old/server/app/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 old/server/app/README.md (limited to 'old/server/app/README.md') diff --git a/old/server/app/README.md b/old/server/app/README.md new file mode 100644 index 00000000..8bc70132 --- /dev/null +++ b/old/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