Skip to content

Commit

Permalink
Updated the UI readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Jan 30, 2024
1 parent e75df57 commit 20ea549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/ui-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Run a full build
`npm run build`

Initialize config.js
`./init-dev.sh none`
`./init-dev.sh`

Note: the init-dev.sh script just copies an appropriate file from config/config-*.js to the right place. You can
either specify `none`, `oidc`, or `oidc-rbac` as the argument to the script. The choice depends on how you are
either specify `local` or `3scale` (for example) as the argument to the script. The choice depends on how you are
running the back-end component.

Start the development server
Expand All @@ -29,4 +29,4 @@ Once the development server is running you can access the UI via http://localhos
Note that you will need a registry back-end running for the UI to actually work. The easiest way to do this is using
docker, but you could also run the registry from maven or any other way you choose. Here is how you do it with Docker:

`docker run -it -p 8080:8080 apicurio/apicurio-registry-mem:latest-snapshot`
`docker run -it -p 8080:8080 apicurio/apicurio-registry:latest-snapshot`

0 comments on commit 20ea549

Please sign in to comment.