awx/tools/docker/start_development.sh

8 lines
99 B
Bash

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