Major rename of package from lib to ansibleworks.

This commit is contained in:
Chris Church
2013-05-21 18:20:26 -04:00
parent 5133b9a30e
commit aeac739735
264 changed files with 230 additions and 316 deletions

View File

@@ -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)