Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lazyserver.sh: Try paste_local.ini before paste.ini | Elrond | 2011-10-23 | 1 | -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-Greene | 2011-07-30 | 1 | -7/+7 |
| | |||||
* | Improve lazyserver.sh to handle args | Elrond | 2011-07-03 | 1 | -1/+18 |
| | | | | Run "./lazyserver.sh -h" to learn more. | ||||
* | Moving server.ini->paste.ini because willkg points out server.ini is ambiguous | Christopher Allan Webber | 2011-06-20 | 1 | -1/+1 |
| | | | | Updating the file, updating lazyserver.sh, updating docs. | ||||
* | ./lazyserver.sh: launch a server in the most basic way possible | Christopher Allan Webber | 2011-06-19 | 1 | -0/+30 |
Looks for paster either in buildout or in virtualenv / on the path, wherever it seems to be. |