Added celeryd tmp documentaiton
authorRobert Call <bob@bobcall.me>
Thu, 23 May 2013 21:03:00 +0000 (18:03 -0300)
committerRobert Call <bob@bobcall.me>
Thu, 23 May 2013 21:03:00 +0000 (18:03 -0300)
Added celeryd temp. documentation. Hope to replace with fabric stuff in the future.

docs/source/os-install.rst

index 7ed548796278a0ab8ccf401ce2d16a3a25ffed54..203f1962e53ff05f83b325c67411ac386280f5a9 100644 (file)
@@ -162,3 +162,31 @@ a more reliable experience to the user.
 
 
 See $SRC_ROOT/docs/source/secrets.rst
+
+5. Celeryd setup
+--------------------------------------
+
+At the writing of this documentation, celeryd management
+does NOT currently work with our fabric configuration.
+
+In order to deploy celery, we need to add an init script
+to:
+
+       /etc/init.d
+       
+this script can be found in $SRC_ROOT/bin/celeryd . Just make sure
+to modify:
+
+       DJANGO_PROJECT_DIR
+       VIRTUAL_ENV
+       
+Also note that permissions for /var/run/*.pid and /var/log/*.log need
+to be fixed for the user that is running celeryd. 
+
+Run celeryd by:
+
+       sudo service celeryd start
+       
+Stop celeryd by:
+
+       sudo service celeryd stop