Skip to content

Commit

Permalink
fix: prepare for 5.0.0-20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Nov 16, 2023
1 parent fb4c2e0 commit f74643c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions admin-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ npm run start
Once the project is compiled and started, UI can be accessed at URL: http://localhost:4100

**Note:** Please check this [link](https://raw.githubusercontent.com/0wczar/airframe-react/master/.npmrc) for NPM access token to be added to `NPM_TOKEN` field in `.env` file.

1 change: 1 addition & 0 deletions docker-admin-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,4 @@ To add plugins to AdminUI, for example `myplugin.zip`

1. Set the name of the plugin (without the extension name) in environment variable `GLUU_ADMIN_UI_PLUGINS`, for example: `GLUU_ADMIN_UI_PLUGINS=myplugin`.
2. Mount `myplugin.zip` to `/app/plugins/myplugin.zip` inside the pod/container. Note that if `/app/plugins/myplugin.zip` is not exist, plugin will be ignored.

1 change: 0 additions & 1 deletion docker-flex-monolith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,3 @@ Grab a fresh ubuntu 22.04 lts VM and run:
```bash
wget https://raw.githubusercontent.com/GluuFederation/flex/main/automation/startflexmonolithdemo.sh && chmod u+x startflexmonolithdemo.sh && sudo bash startflexmonolithdemo.sh demoexample.gluu.org MYSQL
```

1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ High-level steps involve:
1. [Install Material for MkDocs](https://squidfunk.github.io/mkdocs-material/getting-started/#installation)
2. Install required plugins
3. [Preview as you write](https://squidfunk.github.io/mkdocs-material/creating-your-site/#previewing-as-you-write)

1 change: 1 addition & 0 deletions flex-linux-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ Uninstallation of Gluu Flex along with Jans
- Uninstall Flex: `python3 /opt/jans/jans-setup/flex/flex-linux-setup/flex_setup.py --remove-flex`
- Uninstall Jans: `python3 /opt/jans/jans-setup/install.py -uninstall`
- Remove old files from `/var/www/html/` directory

0 comments on commit f74643c

Please sign in to comment.