hiding away some stuff that I'm mostly done with for now...

This commit is contained in:
Dan Buch
2012-07-09 20:14:14 -04:00
parent b9e8e70867
commit 3b7d21b12f
36 changed files with 0 additions and 0 deletions

9
.old/ares/run-server Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
which aspen >/dev/null 2>&1
if [ $? -ne 0 ]; then
echo "You need to 'pip install aspen'"
exit 1
fi
cd $(dirname $(readlink -f $0))
export PYTHONPATH="$PWD:$PYTHONPATH"
exec aspen --changes_reload=yes -w ./www -a '0.0.0.0:9282'