Run::
- ./bin/paster serve mediagoblin.ini --reload
+ ./bin/paster serve server.ini --reload
Running celeryd
Too much work? Don't want to run an http server and celeryd at the
same time? For development purposes there's a shortcut::
- CELERY_ALWAYS_EAGER=true ./bin/paster serve mediagoblin.ini --reload
+ CELERY_ALWAYS_EAGER=true ./bin/paster serve server.ini --reload
This way the web server will block on processing items until they are
done, but you don't need to run celery separately (which is probably
Run::
- CELERY_CONFIG_MODULE=mediagoblin.celery_setup.from_tests ./bin/nosetests
+ ./bin/nosetests
Running a shell