Skip to content

fix(docs): Invalid TUI and Command Line Commands in Initial Configuration Section of Janssen Documentation #13069

@ossdhaval

Description

@ossdhaval

Summary

  • 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

  1. Open the documentation page: https://docs.jans.io/stable/
  2. Navigate to the Initial Configuration section.
  3. Under TUI (Terminal User Interface), run:
     sudo /opt/jans/bin/jans-tui.py
    
    
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-documentationDocumentation needs to change as part of issue or PRcomp-docsTouching folder /docskind-bugIssue or PR is a bug in existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions