mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
Merge pull request #8875 from ansible/jakemcdermott-add-make-to-readme
Add make target info to readme Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -24,6 +24,18 @@ server:
|
|||||||
TARGET='https://awx.local:8043' npm --prefix awx/ui_next start
|
TARGET='https://awx.local:8043' npm --prefix awx/ui_next start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Build for the Development Containers
|
||||||
|
If you just want to build a ui that you can use with the container-based awx
|
||||||
|
development environment, you can use these make targets:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
# The ui will be reachable at https://localhost:8043 or http://localhost:8013
|
||||||
|
make ui-devel
|
||||||
|
|
||||||
|
# clean up
|
||||||
|
make clean-ui
|
||||||
|
```
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
```shell
|
```shell
|
||||||
# run code formatting check
|
# run code formatting check
|
||||||
|
|||||||
Reference in New Issue
Block a user