Switch to unified view

a/start-sandbox.bash b/start-sandbox.bash
...
...
19
19
20
# Start mongo, already on the path
20
# Start mongo, already on the path
21
# mongod & # already started for us
21
# mongod & # already started for us
22
# Start a second instance of mongo for tests
22
# Start a second instance of mongo for tests
23
mkdir -p /data/db-test
23
mkdir -p /data/db-test
24
mongod --port 27108 --dbpath /data/db-test &
24
mongod --port 27018 --dbpath /data/db-test &
25
25
26
26
27
# Start the forge
27
# Start the forge
28
. sandbox-env/bin/activate
28
. sandbox-env/bin/activate
29
cd pyforge
29
cd pyforge