mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
3755151cc5
- rename start_development.sh script to `launch_awx.sh`, like it is in k8 installations
9 lines
110 B
Bash
Executable File
9 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
set +x
|
|
|
|
bootstrap_development.sh
|
|
|
|
cd /awx_devel
|
|
# Start the services
|
|
exec tini -- make supervisor
|