Moving server.ini->paste.ini because willkg points out server.ini is ambiguous

Updating the file, updating lazyserver.sh, updating docs.
This commit is contained in:
Christopher Allan Webber 2011-06-20 08:55:58 -05:00
parent fcdd172264
commit 41f965c59d
3 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ This is fine in development, but if you want to actually run celery
separately for testing (or deployment purposes), you'll want to run separately for testing (or deployment purposes), you'll want to run
the server independently:: the server independently::
./bin/paster serve server.ini --reload ./bin/paster serve paste.ini --reload
Running celeryd Running celeryd

View File

@ -27,4 +27,4 @@ else
exit 1 exit 1
fi fi
CELERY_ALWAYS_EAGER=true $PASTER serve server.ini --reload CELERY_ALWAYS_EAGER=true $PASTER serve paste.ini --reload