Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Feb 7, 2022
1 parent 01f118c commit 2c64ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flex-linux-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Then Admin UI can be installed by running flex-setup script. The steps are

1. Download installer

`curl https://raw.githubusercontent.com/GluuFederation/flex/main/flex-linux-setup/flex-setup.py > flex-setup.py`
`curl https://raw.githubusercontent.com/GluuFederation/flex/main/flex-linux-setup/flex_linux_setup/flex_setup.py > flex_setup.py`

2. Execute installer

`python3 flex-setup.py`
`python3 flex_setup.py`

Add/Remove Admin UI plugins
--------------------------------------

To add/remove Admin UI on vm execute -

`python3 /opt/jans/jans-setup/static/scripts/admin_ui_plugin.py`
`python3 /opt/jans/jans-setup/static/scripts/admin_ui_plugin.py`

0 comments on commit 2c64ca4

Please sign in to comment.