second commit
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
APP_DIR="/home/rpi4/django-test-tube-scanner"
|
||||
|
||||
cd "$APP_DIR/test_tube_scanner"
|
||||
|
||||
echo "start workers"
|
||||
$APP_DIR/.venv/bin/python manage.py start_workers
|
||||
|
||||
echo "start celery"
|
||||
$APP_DIR/.venv/bin/celery -A home worker -l info
|
||||
Reference in New Issue
Block a user