mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
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.
This commit is contained in:
8
tools/docker/start_everything.sh
Executable file
8
tools/docker/start_everything.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
/etc/init.d/postgresql start
|
||||
/etc/init.d/redis-server start
|
||||
#nohup mongod --smallfiles &
|
||||
|
||||
(cd /tower_devel && make server &&
|
||||
/bin/bash)
|
||||
Reference in New Issue
Block a user