From 4be90088211e204a04133786a2df08283ed4e551 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Fri, 11 Dec 2020 16:33:36 -0500 Subject: [PATCH] Add make target info to readme --- awx/ui_next/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/awx/ui_next/README.md b/awx/ui_next/README.md index 8049f78303..6841100208 100644 --- a/awx/ui_next/README.md +++ b/awx/ui_next/README.md @@ -24,6 +24,18 @@ server: 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 ```shell # run code formatting check