ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
13.5k stars 3.34k forks source link

Mention in the docs that you can skip `make docker-compose-build` #15149

Open AlexPykavy opened 3 weeks ago

AlexPykavy commented 3 weeks ago
SUMMARY

I've decided to improve the docs a bit as discussed in the https://github.com/ansible/awx/issues/15082.

ISSUE TYPE
COMPONENT NAME
AWX VERSION
awx: 24.3.1.dev9+g4123bc482e.d20240426
AlexPykavy commented 3 weeks ago

By the way, make VERSION didn't work for me out of the box. I had to:

Is it documented anywhere?

jessicamack commented 3 days ago

Hello @AlexPykavy, thank you for your contribution. We don't have the VENV specifics documented, but setup tools is required for make VERSION to work. What failure did you see when you ran make VERSION? Would you mind opening a separate issue for that error?