1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00
awx/README.md

28 lines
781 B
Markdown
Raw Normal View History

2013-06-23 21:21:02 +04:00
AWX
===
2013-06-23 21:21:02 +04:00
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.4.5, and uses the master branch.
2013-07-31 18:20:46 +04:00
1.2.2 was the initial version released on July 31, 2013.
2013-07-31 18:20:46 +04:00
1.3.0 was released on September 15, 2013.
1.3.1 was released on September 17, 2013.
1.4.0 was released on November 25, 2013.
Hotfixes should go on the appropriate release branch and be cherry-picked to
master.
Resources
---------
2013-06-23 21:21:02 +04:00
Refer to `CONTRIBUTING.md` to get started developing, testing and building AWX.
2013-06-23 21:21:02 +04:00
Refer to `setup/README.md` to get started deploying AWX.
2013-07-31 18:20:46 +04:00
See `docs/build_system.md` for more about Jenkins and installing nightly builds (as opposed to running from source).