1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 18:21:12 +03:00
awx/tools/docker/start_development.sh

9 lines
121 B
Bash
Raw Normal View History

#!/bin/bash
2015-06-12 18:39:30 +03:00
/etc/init.d/ssh start
/etc/init.d/postgresql start
/etc/init.d/redis-server start
nohup mongod &
/bin/bash