aboutsummaryrefslogtreecommitdiffstats
path: root/lazyserver.sh
Commit message (Collapse)AuthorAgeFilesLines
* Refactor lazyserver.sh to lazystarter.sh and provide lazycelery.sh (#270)Brett Smith2012-03-171-64/+1
| | | | | | | | | | 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.
* Show --log-file option in lazyserver help.Elrond2011-12-281-1/+1
|
* Add some documentation to lazyserver.shWill Kahn-Greene2011-12-121-0/+4
| | | | | I had no idea what it did, so I asked and tossed the answer at the top of the script.
* lazyserver.sh: Try paste_local.ini before paste.iniElrond2011-10-231-2/+15
| | | | | | | | | 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.
* Cosmetic. Tweaks spacing.Will Kahn-Greene2011-07-301-7/+7
|
* Improve lazyserver.sh to handle argsElrond2011-07-031-1/+18
| | | | Run "./lazyserver.sh -h" to learn more.
* Moving server.ini->paste.ini because willkg points out server.ini is ambiguousChristopher Allan Webber2011-06-201-1/+1
| | | | Updating the file, updating lazyserver.sh, updating docs.
* ./lazyserver.sh: launch a server in the most basic way possibleChristopher Allan Webber2011-06-191-0/+30
Looks for paster either in buildout or in virtualenv / on the path, wherever it seems to be.