Skip to content

Commit

Permalink
docs: Jans TUI installation -- Config Guide - TUI (#3223)
Browse files Browse the repository at this point in the history
How to install Config TUI in Jans
  • Loading branch information
mzico committed Dec 6, 2022
1 parent fe77c5b commit b1119a7
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/admin/config-guide/tui.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,18 @@ tags:

## Overview

## [Topic Header]
## [Installation]

Installation of a Jans TUI ( Text-Based User Interface ) need a Jans server to be installed as base. After that download and build Jans-ClI-TUI and make it.

### Build:

- `pip3 install shiv`
- `wget https://github.com/JanssenProject/jans/archive/refs/heads/jans-cli-tui-works.zip`
- `unzip jans-cli-tui-works.zip`
- `cd jans-jans-cli-tui-works/jans-cli-tui/`
- `make zipapp`

### Run

- `./config-cli-tui.pyz`

0 comments on commit b1119a7

Please sign in to comment.