Skip to content

Commit

Permalink
add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bohanjason committed Jan 3, 2019
1 parent 042233c commit 60596ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/driver/lhs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sudo -b nohup fab run_lhs > lhs.log 2>&1 &
1 change: 1 addition & 0 deletions server/website/beat.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3 manage.py celerybeat --verbosity=2 --loglevel=info > beat.log 2>&1 &
1 change: 1 addition & 0 deletions server/website/celery.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3 manage.py celery worker --loglevel=info --pool=threads --concurrency=1 > celery.log 2>&1 &
2 changes: 2 additions & 0 deletions server/website/django.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
python3 manage.py runserver 0.0.0.0:8000 > django.log 2>&1 &

0 comments on commit 60596ff

Please sign in to comment.