mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 19:18:13 -03:30
Major rename of package from lib to ansibleworks.
This commit is contained in:
10
README.md
10
README.md
@@ -25,12 +25,10 @@ See the ansible-doc repo
|
||||
Accessing the UI
|
||||
================
|
||||
|
||||
The UI is installed under lib/static/web. After starting the django server
|
||||
(i.e. make runserver), access the ui from a web browser at:
|
||||
The UI is installed under ansibleworks/ui/ and accessible at the root URL.
|
||||
After starting the Django server (i.e. make runserver), access the UI from a
|
||||
web browser at:
|
||||
|
||||
http://127.0.0.1:8013/static/web/app/index.html
|
||||
http://127.0.0.1:8013/
|
||||
|
||||
(routes and formal installation steps including Apache proxying pending)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user