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:
parent
fcdd172264
commit
41f965c59d
@ -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
|
||||
the server independently::
|
||||
|
||||
./bin/paster serve server.ini --reload
|
||||
./bin/paster serve paste.ini --reload
|
||||
|
||||
|
||||
Running celeryd
|
||||
|
@ -27,4 +27,4 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
CELERY_ALWAYS_EAGER=true $PASTER serve server.ini --reload
|
||||
CELERY_ALWAYS_EAGER=true $PASTER serve paste.ini --reload
|
||||
|
Loading…
x
Reference in New Issue
Block a user