Switch to unified view

a/start-sandbox.bash b/start-sandbox.bash
...
...
8
rabbitmqctl set_permissions -p testvhost testuser "" ".*" ".*"
8
rabbitmqctl set_permissions -p testvhost testuser "" ".*" ".*"
9
9
10
10
11
# Start SOLR, as per SOG-sandbox location
11
# Start SOLR, as per SOG-sandbox location
12
pushd /usr/local/solr
12
pushd /usr/local/solr
13
java -jar start.jar &
13
/usr/java/jdk1.5.0_15/bin/java -jar start.jar &
14
popd
14
popd
15
15
16
16
17
# Start mongo, already on the path
17
# Start mongo, already on the path
18
# mongod & # already started for us
18
# mongod & # already started for us