1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/README.md

12 lines
338 B
Markdown
Raw Normal View History

2018-09-25 17:39:21 +03:00
# AWX-PF
## Usage
2018-09-26 21:02:10 +03:00
* `git clone git@github.com:ansible/awx-pf.git`
2018-09-25 17:39:21 +03:00
* 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`.