1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
awx/tools/docker/start_everything.sh
Joe Fiorini 581cff1a6f Add helpful startup script for docker container
Not actually adding this to the container yet. Want to make sure
@matburt is okay with that first.
2015-05-11 12:57:57 -04:00

9 lines
149 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)