Rename to image-builder-frontend
This commit is contained in:
parent
97c2665463
commit
f62384485b
10 changed files with 26 additions and 26 deletions
26
README.md
26
README.md
|
|
@ -1,10 +1,10 @@
|
|||
# osbuild-installer-frontend
|
||||
# image-builder-frontend
|
||||
|
||||
## Development
|
||||
|
||||
1. Clone the following repositories:
|
||||
* https://github.com/osbuild/osbuild-installer-frontend
|
||||
* https://github.com/osbuild/osbuild-installer
|
||||
* https://github.com/osbuild/image-builder-frontend
|
||||
* https://github.com/osbuild/image-builder
|
||||
* https://github.com/RedHatInsights/insights-proxy
|
||||
|
||||
Optional: https://github.com/osbuild/osbuild-composer
|
||||
|
|
@ -13,12 +13,12 @@ Optional: https://github.com/osbuild/osbuild-composer
|
|||
|
||||
Choose a runner (podman or docker), and point the SPANDX_CONFIG variable to
|
||||
profile/local-frontend-and-api-with-identity.js included in
|
||||
osbuild-installer-frontend.
|
||||
image-builder-frontend.
|
||||
|
||||
```
|
||||
sudo insights-proxy/scripts/patch-etc-hosts.sh
|
||||
export RUNNER="podman"
|
||||
export SPANDX_CONFIG=$PATH_TO/osbuild-installer-frontend/profiles/local-frontend-and-api-with-identity.js
|
||||
export SPANDX_CONFIG=$PATH_TO/image-builder-frontend/profiles/local-frontend-and-api-with-identity.js
|
||||
sudo -E insights-proxy/scripts/run.sh
|
||||
```
|
||||
|
||||
|
|
@ -33,17 +33,17 @@ Optional: https://github.com/osbuild/osbuild-composer
|
|||
|
||||
`sudo systemctl enable --now osbuild-remote-worker@localhost:8704`
|
||||
|
||||
4. Starting up osbuild-installer
|
||||
In the osbuild-installer checkout directory
|
||||
4. Starting up image-builder
|
||||
In the image-builder checkout directory
|
||||
|
||||
```
|
||||
make build
|
||||
OSBUILD_SERVICE="http://127.0.0.1:8703/" ./osbuild-installer
|
||||
OSBUILD_SERVICE="http://127.0.0.1:8703/" ./image-builder
|
||||
```
|
||||
|
||||
5. Starting up osbuild-installer-frontend
|
||||
5. Starting up image-builder-frontend
|
||||
|
||||
In the osbuild-installer-frontend checkout direcotry
|
||||
In the image-builder-frontend checkout direcotry
|
||||
|
||||
```
|
||||
npm install
|
||||
|
|
@ -51,6 +51,6 @@ Optional: https://github.com/osbuild/osbuild-composer
|
|||
```
|
||||
|
||||
The UI should be running on
|
||||
https://prod.foo.redhat.com:1337/apps/osbuild-installer/landing, the api
|
||||
(osbuild-installer) on
|
||||
https://prod.foo.redhat.com:1337/api/osbuild-installer/v1/openapi.json
|
||||
https://prod.foo.redhat.com:1337/apps/image-builder/landing, the api
|
||||
(image-builder) on
|
||||
https://prod.foo.redhat.com:1337/api/image-builder/v1/openapi.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue