From fdb8fdf24a16d4dd71765f2615e8579913a9f382 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Mon, 1 Jun 2015 14:51:44 -0400 Subject: [PATCH] Uncomment mongo from startup script I will add this to the dockerfile once this release is done. --- tools/docker/start_everything.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/start_everything.sh b/tools/docker/start_everything.sh index 97b76efc42..9c901a982c 100755 --- a/tools/docker/start_everything.sh +++ b/tools/docker/start_everything.sh @@ -2,7 +2,7 @@ /etc/init.d/postgresql start /etc/init.d/redis-server start -#nohup mongod --smallfiles & +nohup mongod --smallfiles & (cd /tower_devel && make server && /bin/bash)