#!/bin/sh
#

echo "Starting Tracks"
/usr/bin/ruby /usr/bin/mongrel_rails start \
	-c /media/mmc1/tracks-1.043 \
	-e production \
	-a 127.0.0.1 \
	-p 3000 \
	-d

echo "Starting Instiki"
/usr/bin/ruby /usr/bin/mongrel_rails start \
	-c /media/mmc1/instiki-0.12.0 \
	-e production \
	-a 127.0.0.1 \
	-p 2500 \
	-d