pulling up the activeresource stuff again mostly to play with Aspen + more permanently removing the git-web-ui and ruby soap stuff

This commit is contained in:
Dan Buch
2012-08-04 22:03:05 -04:00
parent d747f2d680
commit 90c68ac486
36 changed files with 0 additions and 10576 deletions

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'