1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00
awx/lib/ui
2013-05-10 04:09:28 -04:00
..
scripts Removed old versions of UI in static directory. 2013-05-08 12:02:56 -04:00
static Credentials add\/edit now works. Ask checkbox is functional. 2013-05-10 04:09:28 -04:00
templates/ui Latest UI changes. Credential List and Edit working -need to add ask pw option and validation around team vs. user. Lookup dialog is now a generic helper that can be shared by all controllers. Credentials controller is first to use api-loader which reads the \/api and \/api\/v1 to determine base set of urls. And more... 2013-05-09 23:49:51 -04:00
__init__.py Moved UI into its own Django app. 2013-05-08 11:41:00 -04:00
ascii_mockups.md Removed old versions of UI in static directory. 2013-05-08 12:02:56 -04:00
context_processors.py Fix lingering import statement, add context processor to expose settings to templates. 2013-05-09 14:31:08 -04:00
models.py Moved UI into its own Django app. 2013-05-08 11:41:00 -04:00
README.md Removed old versions of UI in static directory. 2013-05-08 12:02:56 -04:00
TODO.md Removed old versions of UI in static directory. 2013-05-08 12:02:56 -04:00
urls.py Moved UI into its own Django app. 2013-05-08 11:41:00 -04:00
views.py Moved UI into its own Django app. 2013-05-08 11:41:00 -04:00

Ansible UI

The user interface to Ansible Commander

Installation

To use the UI you will first need to complete the installation of Ansible Commander. Within Ansbile Commander you should be able to start the server (make runserver) and log into the admin console. If that all works, then you are ready to install Ansible UI.

For now the UI runs under the django server installed with Commander. If you are planning to do development, do NOT pull a copy of UI into the same directory structure as Commander. In other words, for development the UI should not be insalled as a subdirectory of Commander.

Once you have obtained a copy of UI, create a symbolic link within the Commander lib/static directory that points to the app subdirectory under ansible-ui. Call the link web:

  cd ~/ansible-commander/lib/static
  ln -s ../../../ansible-ui/app web

With the Ansible Commander server running, you should now be able to access the UI:

  http://127.0.0.1:8013/static/web/index.html

You will be immediately prompted for to log in. User your Commander superuser credientials.