Parent: [3a691c] (diff)

Child: [044be9] (diff)

Download this file

start-sandbox.bash    16 lines (11 with data), 245 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#!/bin/bash
# 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 sandbox.ini
paster serve sandbox.ini &