diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2020-10-13 15:02:57 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2020-10-13 15:04:35 +0200 |
commit | 77d0958490d7065f48d3902a19b7808412c1312f (patch) | |
tree | 4a7dc149bf75d506daa42356819efa90679086d7 /INSTALL.md | |
parent | Merge pull request #8376 from ryanpetrello/15-0-0-galaxy-note (diff) | |
download | awx-77d0958490d7065f48d3902a19b7808412c1312f.tar.xz awx-77d0958490d7065f48d3902a19b7808412c1312f.zip |
clarify the instructios for building CLI docs
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index 51a4d12acf..6bc3f869d0 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -662,6 +662,7 @@ The preferred way to install the AWX CLI is through pip directly from PyPI: To build the docs, spin up a real AWX server, `pip3 install sphinx sphinxcontrib-autoprogram`, and run: + ~ cd awxkit/awxkit/cli/docs ~ TOWER_HOST=https://awx.example.org TOWER_USERNAME=example TOWER_PASSWORD=secret make clean html ~ cd build/html/ && python -m http.server Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) .. |