Skip to content

Commit

Permalink
fix: getting ready for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Dec 8, 2022
1 parent ddfe710 commit a0de091
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 3 deletions.
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 casa/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# casa
User-facing dashboard for people to manage authentication and authorization data in the Gluu Server.

1 change: 0 additions & 1 deletion docker-admin-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,3 @@ 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: 1 addition & 0 deletions docker-casa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,4 @@ Hybrid persistence supports all available persistence types. To configure hybrid
"session": "spanner",
}
```
2 changes: 1 addition & 1 deletion docker-flex-monolith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ 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 @@ -33,3 +33,4 @@ The Gluu Flex contract includes guaranteed response times and consultative suppo
We want to keep improving our docs. Please help us improve by submitting any improvements to our [Github](https://github.com/GluuFederation/flex/docs. If you're a Github pro, submit a pull request. If not, just open an issue on any typos, bugs, or improvements you'd like to see addressed. We need your help... even if you're not a coder, you can contribute!

## License

1 change: 0 additions & 1 deletion flex-cn-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@
```

This command will generate executable called `pygluu-kubernetes.pyz` under the same directory.
2.
1 change: 1 addition & 0 deletions flex-linux-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ To add/remove Admin UI, on vm execute -
`python3 /opt/jans/jans-setup/flex/flex-linux-setup/flex-plugin.py`
The available plugins can be downloaded from https://jenkins.gluu.org/npm/admin_ui/<git-branch-name>

0 comments on commit a0de091

Please sign in to comment.