mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02:30
Correct some things in the README
This commit is contained in:
34
README.md
34
README.md
@@ -1,9 +1,11 @@
|
|||||||
Ansible-Commander
|
AnsibleWorks
|
||||||
=================
|
============
|
||||||
|
|
||||||
Ansible-commander is a set of add-ons on top of ansible-core that adds a server,
|
AnsibleWorks is a GUI and REST API on top of core Ansible.
|
||||||
REST API, cli client, extensive logging, background job execution, and a
|
|
||||||
user interface.
|
AnsibleWorks is commercial software, for use only under license.
|
||||||
|
|
||||||
|
This source code is not for distribution.
|
||||||
|
|
||||||
Technology
|
Technology
|
||||||
==========
|
==========
|
||||||
@@ -13,32 +15,22 @@ Technology
|
|||||||
* Django REST Framework
|
* Django REST Framework
|
||||||
* Celery (a python task engine)
|
* Celery (a python task engine)
|
||||||
* PostgreSQL
|
* PostgreSQL
|
||||||
|
* Angular.js
|
||||||
Status
|
|
||||||
======
|
|
||||||
|
|
||||||
Ansible-Commander (ACOM) is in very early development and is of interest
|
|
||||||
to development audiences only. Open development is important though so
|
|
||||||
we are building it in the open.
|
|
||||||
|
|
||||||
Getting Things Installed
|
Getting Things Installed
|
||||||
========================
|
========================
|
||||||
|
|
||||||
See SETUP.md for requirements and details.
|
See the ansible-doc repo
|
||||||
|
|
||||||
Accessing the new UI
|
Accessing the UI
|
||||||
====================
|
================
|
||||||
|
|
||||||
The UI is installed under lib/static/web. After starting the django server
|
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:
|
(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/static/web/app/index.html
|
||||||
|
|
||||||
License
|
(routes and formal installation steps including Apache proxying pending)
|
||||||
=======
|
|
||||||
|
|
||||||
Ansible-Commander is made available under the GPL v3, see COPYING, (C) AnsibleWorks, 2013.
|
|
||||||
|
|
||||||
Commercial licensing is also available.
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user