mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 15:14:45 -03:30
12 lines
266 B
Markdown
12 lines
266 B
Markdown
# AWX-PF
|
|
|
|
## Usage
|
|
|
|
* `git clone git@github.com:ansible/awx-pf.git`
|
|
* cd awx-pf
|
|
* npm install
|
|
* npm start
|
|
* visit `https://127.0.0.1:3000/`
|
|
|
|
**note:** You will need to update the configuration variables in the webpack config file to point to an external awx server.
|