Uncomment mongo from startup script

I will add this to the dockerfile once this release is done.
This commit is contained in:
Joe Fiorini 2015-06-01 14:51:44 -04:00
parent 809cbcb6e4
commit fdb8fdf24a

View File

@ -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)