mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
9 lines
148 B
Bash
Executable File
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)
|