Import socketio service work and updates to documentation and setup procedures

This commit is contained in:
Matthew Jones
2014-04-16 15:26:52 -04:00
parent b66ddfc155
commit 69583a1b07
4 changed files with 98 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ server:
tmux rename-window 'Tower'
tmux select-window -t tower:0
tmux split-window -v 'exec make celeryd'
tmux split-window -h 'exec make socketservice'
tmux split-window -v 'exec make receiver'
tmux split-window -h 'exec make taskmanager'
tmux -2 attach-session -t tower
@@ -136,6 +137,9 @@ receiver:
taskmanager:
$(PYTHON) manage.py run_task_system
socketservice:
$(PYTHON) manage.py run_socketio_service
# Run all API unit tests.
test:
$(PYTHON) manage.py test -v2 main