diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-06 10:06:57 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-06 10:06:57 -0500 |
commit | 1c424df505b3c9f9cceb84a4fd0ac1867b7ed9b4 (patch) | |
tree | 8da217cec33807e3ff618146d697ed9ad64be722 /docs | |
parent | 4c1e752a089313b11f872771f234c59d1b5b9982 (diff) | |
download | mediagoblin-1c424df505b3c9f9cceb84a4fd0ac1867b7ed9b4.tar.lz mediagoblin-1c424df505b3c9f9cceb84a4fd0ac1867b7ed9b4.tar.xz mediagoblin-1c424df505b3c9f9cceb84a4fd0ac1867b7ed9b4.zip |
Instructions on running celeryd
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hackinghowto.rst | 12 |
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 ====================== |