mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
15 lines
394 B
Markdown
15 lines
394 B
Markdown
# AWX-PF
|
|
|
|
## Requirements
|
|
- node 8.x LTS, npm 5.x LTS, make, git
|
|
|
|
## Usage
|
|
|
|
* `git clone git@github.com:ansible/awx-pf.git`
|
|
* cd awx-pf
|
|
* npm install
|
|
* npm start
|
|
* visit `https://127.0.0.1:3001/`
|
|
|
|
**note:** These instructions assume you have the [awx](https://github.com/ansible/awx/blob/devel/CONTRIBUTING.md#running-the-environment) development api server up and running at `localhost:8043`.
|