aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hackinghowto.rst
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-05-06 10:06:57 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-05-06 10:06:57 -0500
commit1c424df505b3c9f9cceb84a4fd0ac1867b7ed9b4 (patch)
tree8da217cec33807e3ff618146d697ed9ad64be722 /docs/hackinghowto.rst
parent4c1e752a089313b11f872771f234c59d1b5b9982 (diff)
downloadmediagoblin-1c424df505b3c9f9cceb84a4fd0ac1867b7ed9b4.tar.lz
mediagoblin-1c424df505b3c9f9cceb84a4fd0ac1867b7ed9b4.tar.xz
mediagoblin-1c424df505b3c9f9cceb84a4fd0ac1867b7ed9b4.zip
Instructions on running celeryd
Diffstat (limited to 'docs/hackinghowto.rst')
-rw-r--r--docs/hackinghowto.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst
index 46353886..fdb53a25 100644
--- a/docs/hackinghowto.rst
+++ b/docs/hackinghowto.rst
@@ -103,6 +103,18 @@ Run::
./bin/paster serve mediagoblin.ini --reload
+Running celeryd
+===============
+
+You need to do this if you want your media to process and actually
+show up. It's probably a good idea in development to have the web
+server (above) running in one terminal and celeryd in another window.
+
+Run::
+
+ CELERY_CONFIG_MODULE=mediagoblin.celery_setup.from_celery ./bin/celeryd
+
+
Running the test suite
======================