From: Christopher Allan Webber Date: Mon, 20 Jun 2011 13:55:58 +0000 (-0500) Subject: Moving server.ini->paste.ini because willkg points out server.ini is ambiguous X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=41f965c59d0f0673ac6e9f373e60226b3e768559;p=mediagoblin.git Moving server.ini->paste.ini because willkg points out server.ini is ambiguous Updating the file, updating lazyserver.sh, updating docs. --- diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst index b03efa91..911f2340 100644 --- a/docs/hackinghowto.rst +++ b/docs/hackinghowto.rst @@ -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 diff --git a/lazyserver.sh b/lazyserver.sh index bd93b109..fdb03ba0 100755 --- a/lazyserver.sh +++ b/lazyserver.sh @@ -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 diff --git a/server.ini b/paste.ini similarity index 100% rename from server.ini rename to paste.ini