8 Commits

Author SHA1 Message Date
Brett Smith
e4df2fc5b3 Refactor lazyserver.sh to lazystarter.sh and provide lazycelery.sh (#270)
Bug #270 asks for a lazycelery.sh script much like lazyserver.sh.  Rather
than duplicate the code, I consolidated them into a single script,
lazystarter.sh.  The script reconfigures itself a bit, and runs a
particular server, based on the name that's used to call it, but no matter
what it uses the same code to offer help and find configuration files and
server launchers.  Hopefully this will make it easy to add other
features/fix bugs as needed in the future, and have them stay in sync.
2012-03-17 22:33:08 -04:00
Elrond
0724930a68 Show --log-file option in lazyserver help. 2011-12-28 23:27:46 +01:00
Will Kahn-Greene
78dc055e22 Add some documentation to lazyserver.sh
I had no idea what it did, so I asked and tossed the answer at the
top of the script.
2011-12-12 10:17:03 -05:00
Elrond
b63eadb08c lazyserver.sh: Try paste_local.ini before paste.ini
If users have a paste_local.ini, use that one instead of
the shipped paste.ini.
That way local changes will not interfere with the main
shipped config.

Also improve the help string (./lazyserver.sh -h) a bit.
2011-10-23 23:57:39 +02:00
Will Kahn-Greene
0c0fc054e6 Cosmetic. Tweaks spacing. 2011-07-30 08:39:07 -04:00
Elrond
472a83879d Improve lazyserver.sh to handle args
Run "./lazyserver.sh -h" to learn more.
2011-07-03 01:57:08 +02:00
Christopher Allan Webber
41f965c59d Moving server.ini->paste.ini because willkg points out server.ini is ambiguous
Updating the file, updating lazyserver.sh, updating docs.
2011-06-20 08:55:58 -05:00
Christopher Allan Webber
678a504a59 ./lazyserver.sh: launch a server in the most basic way possible
Looks for paster either in buildout or in virtualenv / on the path,
wherever it seems to be.
2011-06-19 13:38:33 -05:00