Skip to content

AlexSCorey/ansible-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible UI

The UI for the Ansible Automation Platform.

A live instance of the latest development version is running at AnsibleDev.com.

Getting Started

  1. Prerequisites

    • Node 18.x (recommended)
    • NPM 8.x (recommended)

    Note: The project should with older versions of node and npm but may require regenerating the package-lock.json.

  2. Clone Repository

    git clone [email protected]:ansible/ansible-ui.git
    
  3. Install Package Dependencies

    npm ci
    
  4. Start Project

    npm start
    

    This will start the frontend and the proxy in parallel.

    The UI will open and load after a few seconds.

  5. View the development documentation

Docker

The latest version of the Ansible UI can be run locally using docker.

docker run --rm -e PORT=4321 -p 4321:4321 quay.io/ansible/ansible-ui

Then goto https://localhost:4321

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.3%
  • JavaScript 2.5%
  • Other 0.2%