awx/tools/docker/start_development.sh
2015-06-05 11:32:29 -04:00

8 lines
99 B
Bash
Executable File

#!/bin/bash
/etc/init.d/postgresql start
/etc/init.d/redis-server start
nohup mongod &
/bin/bash