mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03: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:
parent
4497b2cfba
commit
581cff1a6f
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)
|
||||
Loading…
x
Reference in New Issue
Block a user