Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.41 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.41 KB

4.5 End of life

The 4.5 branch (AAP 2.2) has reached end of life as of November 26, 2023 (ref), it is no longer maintained.


Ansible Automation Hub UI

Frontend for Ansible Automation Hub. The backend for this project can be found here.

Setting up Your Dev Environment

Develop using Docker Compose (Recommended)

This project can now be run as a container alongside the API. Just follow the instructions on the ansibe/galaxy_ng wiki.

Develop without containers

Standalone mode only requires a running instance of the galaxy API for the UI to connect to.

Develop in Standalone Mode

  1. Clone the galaxy_ng repo and follow the instructions for starting up the API.
  2. Install node. Node v16+ is known to work. Older versions may work as well.
  3. npm install
  4. npm run start-standalone

The app will run on http://localhost:8002 and proxy requests for api/automation-hub to the api on http://localhost:5001.

Patternfly

UI Testing

For more information about UI testing go to test README.