1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 00:55:06 +03:00

Update README.md

This commit is contained in:
Michael DeHaan 2013-07-31 10:20:46 -04:00
parent 8ccf4c0a89
commit b94e8b09b0

View File

@ -4,7 +4,11 @@ AWX
Formerly known as ansible-commander and AnsibleWorks, AWX provides a web-based
user interface, REST API and task engine built on top of Ansible.
The current version under development is 1.2-b2.
The current version under development is 1.3, and uses the master branch.
1.2.2 was the last released version on July 31st, 2012.
Hotfixes should go on the appropriate release branch and be cherry-picked to master.
Resources
---------
@ -12,3 +16,6 @@ Resources
Refer to `CONTRIBUTING.md` to get started developing, testing and building AWX.
Refer to `setup/README.md` to get started deploying AWX.
See `docs/build_system.md` for more about Jenkins and installing nightly builds (as opposed to running from source).