mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
Uncomment mongo from startup script
I will add this to the dockerfile once this release is done.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/etc/init.d/postgresql start
|
/etc/init.d/postgresql start
|
||||||
/etc/init.d/redis-server start
|
/etc/init.d/redis-server start
|
||||||
#nohup mongod --smallfiles &
|
nohup mongod --smallfiles &
|
||||||
|
|
||||||
(cd /tower_devel && make server &&
|
(cd /tower_devel && make server &&
|
||||||
/bin/bash)
|
/bin/bash)
|
||||||
|
|||||||
Reference in New Issue
Block a user