Skip to content

ansible/ansible-hub-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c787dd2 · Nov 25, 2023
Nov 1, 2023
Aug 31, 2023
Feb 2, 2023
Apr 4, 2023
Feb 8, 2023
Sep 3, 2023
Aug 31, 2023
Aug 18, 2022
Aug 31, 2023
Sep 2, 2021
Apr 12, 2022
Jun 2, 2020
Aug 2, 2023
Feb 7, 2022
May 4, 2022
Sep 2, 2021
Nov 8, 2021
Aug 7, 2023
Mar 1, 2023
Feb 4, 2022
Feb 2, 2023
Jun 23, 2022
Jun 14, 2019
Nov 25, 2023
Sep 2, 2021
Nov 23, 2023
Nov 23, 2023
Feb 7, 2022
Jun 7, 2023

Repository files navigation

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.