Child: [b98b91] (diff)

Download this file

start-sandbox.bash    13 lines (10 with data), 237 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# Start SOLR, as per SOG-sandbox location
pushd /usr/local/solr
java -jar start.jar &
popd
# Start mongo, already on the path
mongod &
. sandbox-env/bin/activate
cd pyforge
paster setup-app development.ini
paster serve development.ini