Add some documentation to lazyserver.sh
authorWill Kahn-Greene <willg@bluesock.org>
Mon, 12 Dec 2011 15:17:03 +0000 (10:17 -0500)
committerWill 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

index 63818a6a85bec19c90c5a553aaba6c40a020ab5f..4ca073b5fc83149aecd725404eebcf4b721e0f5d 100755 (executable)
 # 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 ...]"