Skip to content

Commit

Permalink
Update document for SSA steps (#1975)
Browse files Browse the repository at this point in the history
* Update suse.md

Signed-off-by: manoj suryawanshi <[email protected]>

* Update suse.md

Signed-off-by: manoj suryawanshi <[email protected]>

* Update rhel.md

Signed-off-by: manoj suryawanshi <[email protected]>

* Update ubuntu.md

Signed-off-by: manoj suryawanshi <[email protected]>

---------

Signed-off-by: manoj suryawanshi <[email protected]>
  • Loading branch information
manojs1978 authored Feb 21, 2025
1 parent 524b0ca commit 9312cdc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 21 deletions.
11 changes: 4 additions & 7 deletions docs/install/vm-install/rhel.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,10 @@ Execute the setup script with command below:
```
sudo python3 /opt/jans/jans-setup/flex/flex-linux-setup/flex_setup.py
```
If Admin-UI component is being installed, then the script will require SSA input, either as text or as a file path.
This should be the SSA or file which was acquired as part of [prerequisite step](#prerequisites).

```text
Install Admin UI [Y/n]: y
Please enter path of file containing SSA or paste SSA (q to exit):
```
Alternatively, for SSA file can be passed as a parameter to the setup script as below.
```shell
python3 /opt/jans/jans-setup/flex/flex-linux-setup/flex_setup.py -admin-ui-ssa [filename]
```

## Verify and Access the Installation
Expand All @@ -102,6 +97,8 @@ Full TUI documentation can be found [here](https://docs.jans.io/head/janssen-ser
```text
https://FQDN/admin
```
After successful installation of the Admin-UI component, we need to upload the required SSA input as a file path.
This should be the SSA or file that was acquired as part of [prerequisite step](#prerequisites).

When troubleshooting issues with Admin UI access, it's advisable to check the [logs](../../admin/admin-ui/logs.md), refer to the [FAQ](../../admin/admin-ui/faq.md), and review [service dependencies](../../admin/admin-ui/introduction.md/#flex-services-dependencies) for potential solutions.

Expand Down
11 changes: 4 additions & 7 deletions docs/install/vm-install/suse.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,10 @@ Execute the setup script with command below:
```shell
sudo python3 /opt/jans/jans-setup/flex/flex-linux-setup/flex_setup.py
```
If Admin-UI component is being installed, then the script will require SSA input, either as text or as a file path.
This should be the SSA or file which was acquired as part of [prerequisite step](#prerequisites).

```text
Install Admin UI [Y/n]: y
Please enter path of file containing SSA or paste SSA (q to exit):
```
Alternatively, for SSA file can be passed as a parameter to the setup script as below.
```shell
sudo python3 /opt/jans/jans-setup/flex/flex-linux-setup/flex_setup.py -admin-ui-ssa [filename]
```

## Verify and Access the Installation
Expand All @@ -109,6 +104,8 @@ Verify that installation has been successful and all installed components are ac
```text
https://FQDN/admin
```
After successful installation of the Admin-UI component, we need to upload the required SSA input as a file path.
This should be the SSA or file that was acquired as part of [the prerequisite step](#prerequisites).

When troubleshooting issues with Admin UI access, it's advisable to check the [logs](../../admin/admin-ui/logs.md), refer to the [FAQ](../../admin/admin-ui/faq.md), and review [service dependencies](../../admin/admin-ui/introduction.md/#flex-services-dependencies) for potential solutions.

Expand Down
10 changes: 3 additions & 7 deletions docs/install/vm-install/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,9 @@ Execute the setup script with command below:
```shell
sudo python3 /opt/jans/jans-setup/flex/flex-linux-setup/flex_setup.py
```
If Admin-UI component is being installed, then the script will require SSA input, either as text or as a file path.
This should be the SSA or file which was acquired as part of [prerequisite step](#prerequisites).

```text
Install Admin UI [Y/n]: y
Please enter path of file containing SSA or paste SSA (q to exit):
```
Alternatively, for SSA file can be passed as a parameter to the setup script as below.
```shell
sudo python3 /opt/jans/jans-setup/flex/flex-linux-setup/flex_setup.py -admin-ui-ssa [filename]
```

## Verify and Access the Installation
Expand All @@ -123,6 +117,8 @@ Verify that installation has been successful and all installed components are ac
```text
https://FQDN/admin
```
After successful installation of the Admin-UI component, we need to upload the required SSA input as a file path.
This should be the SSA or file that was acquired as part of [the prerequisite step](#prerequisites).

When troubleshooting issues with Admin UI access, it's advisable to check the [logs](../../admin/admin-ui/logs.md), refer to the [FAQ](../../admin/admin-ui/faq.md), and review [service dependencies](../../admin/admin-ui/introduction.md/#flex-services-dependencies) for potential solutions.

Expand Down

0 comments on commit 9312cdc

Please sign in to comment.