Moving server.ini->paste.ini because willkg points out server.ini is ambiguous
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 20 Jun 2011 13:55:58 +0000 (08:55 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 20 Jun 2011 13:55:58 +0000 (08:55 -0500)
Updating the file, updating lazyserver.sh, updating docs.

docs/hackinghowto.rst
lazyserver.sh
paste.ini [moved from server.ini with 100% similarity]

index b03efa91d932412ebefee64df1678ceac88148c7..911f2340b3ad0d2de58cae40792667eb1e9ac4ed 100644 (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
 the server independently::
 
-    ./bin/paster serve server.ini --reload
+    ./bin/paster serve paste.ini --reload
 
 
 Running celeryd
index bd93b10978b72b18195ea055b703ad86bf8f9bc2..fdb03ba077e052f2eeca763303d41b0ea70e732c 100755 (executable)
@@ -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
similarity index 100%
rename from server.ini
rename to paste.ini