projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b9ef3d
)
Add some documentation to lazyserver.sh
author
Will Kahn-Greene
<willg@bluesock.org>
Mon, 12 Dec 2011 15:17:03 +0000
(10:17 -0500)
committer
Will Kahn-Greene
<willg@bluesock.org>
Mon, 12 Dec 2011 15:17:03 +0000
(10:17 -0500)
I had no idea what it did, so I asked and tossed the answer at the
top of the script.
lazyserver.sh
patch
|
blob
|
blame
|
history
diff --git
a/lazyserver.sh
b/lazyserver.sh
index 63818a6a85bec19c90c5a553aaba6c40a020ab5f..4ca073b5fc83149aecd725404eebcf4b721e0f5d 100755
(executable)
--- a/
lazyserver.sh
+++ b/
lazyserver.sh
@@
-16,6
+16,10
@@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# This runs Mediagoblin using Paste with Celery set to always eager mode.
+#
+
if [ "$1" = "-h" ]
then
echo "$0 [-h] [-c paste.ini] [ARGS_to_paster ...]"