mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
766a5c0c3f
using supervisor gives us the ability to restart entire processes on code change (like the dispatcher and callback receiver)
9 lines
98 B
Bash
Executable File
9 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
set +x
|
|
|
|
/bootstrap_development.sh
|
|
|
|
cd /awx_devel
|
|
# Start the services
|
|
make supervisor
|