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
|
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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user