1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/tools/docker/start_everything.sh
Joe Fiorini fdb8fdf24a Uncomment mongo from startup script
I will add this to the dockerfile once this release is done.
2015-06-01 14:52:55 -04:00

9 lines
148 B
Bash
Executable File

#!/bin/bash
/etc/init.d/postgresql start
/etc/init.d/redis-server start
nohup mongod --smallfiles &
(cd /tower_devel && make server &&
/bin/bash)