RETIRED, this project has moved to https://github.com/ansible-community/ara-web
Go to file
David Moreau Simard ba99a6f048
Update doc links to use latest now that 1.0 is released
Change-Id: Ideb3d57069fcb410e739da7cc6cf4f5f04a3bc62
2019-06-04 20:21:14 -04:00
public add config.json to configure api URL 2018-12-20 17:47:29 +01:00
src Update doc links to use latest now that 1.0 is released 2019-06-04 20:21:14 -04:00
zuul-playbooks Run unit test in zuul 2019-01-09 15:44:23 +01:00
.gitignore First commit: Import 1.0 ara-web skeleton 2018-03-29 18:44:12 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:49:47 +00:00
.zuul.yaml Always run unit tests for commits 2019-05-27 09:51:24 -04:00
LICENSE Update README and add LICENSE file 2018-10-03 10:02:49 -05:00
README.rst Update doc links to use latest now that 1.0 is released 2019-06-04 20:21:14 -04:00
package-lock.json Rename Container into Page and apply prettier 2019-05-31 12:21:34 +02:00
package.json Rename Container into Page and apply prettier 2019-05-31 12:21:34 +02:00

README.rst

ara-web

ARA Records Ansible playbooks and makes them easier to understand and troubleshoot.

ara-web is a standalone and stateless web client interface to the API provided by ARA.

Documentation is available at ara.readthedocs.io.

Requirements

Running the web interface

git clone https://github.com/ansible-community/ara-web
cd ara-web
npm install
npm start

Running tests

npm test

Contributors

See contributors on GitHub.

Copyright

Copyright (c) 2019 Red Hat, Inc.

ARA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

ARA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with ARA.  If not, see <http://www.gnu.org/licenses/>.