You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Initial Configuration section of the Janssen documentation, the commands provided for TUI (Terminal User Interface) and Command Line are invalid. Executing these commands results in a command not found error.
Steps to Reproduce
Open the documentation page: https://docs.jans.io/stable/
Navigate to the Initial Configuration section.
Under TUI (Terminal User Interface), run:
sudo /opt/jans/bin/jans-tui.py
Under Command Line, run:
sudo /opt/jans/bin/jans-cli.py
Actual Behavior
Both commands fail with the following error:
sudo: /opt/jans/bin/jans-tui.py: command not found
sudo: /opt/jans/bin/jans-cli.py: command not found