1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/tools/docker-compose/start_development.sh
Ryan Petrello 766a5c0c3f
remove honcho in the dev environment (just use foregrounded supervisor)
using supervisor gives us the ability to restart entire processes on
code change (like the dispatcher and callback receiver)
2019-05-08 14:44:07 -04:00

9 lines
98 B
Bash
Executable File

#!/bin/bash
set +x
/bootstrap_development.sh
cd /awx_devel
# Start the services
make supervisor