Added celery user creation to README

This commit is contained in:
Albert Santoni 2015-06-23 11:54:08 -04:00
parent 76a7aa9a24
commit fa7e16fc9d
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Communication and the Celery results backend are both handled with amqp (RabbitM
Installation
============
$ sudo adduser --system --no-create-home --disabled-login --disabled-password --group celery
$ sudo python setup.py install
Each instance of airtime-celery has its own worker, and multiple instances can be run in parallel.