Skip to content

instructions-d-installation/web-installation-instruction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

796198a · Jun 27, 2024

History

18 Commits
Jun 27, 2024
Jun 27, 2024
Jun 23, 2024
Jun 8, 2024
Jun 27, 2024
Jun 2, 2024
Jun 27, 2024
Jun 23, 2024
Jun 27, 2024
Jun 27, 2024

Repository files navigation

web-installation-instruction

Tool rendering html page from install.cfg file.

Usage

  1. Create an install.cfg which adheres to installation-instruction.
  2. Compile the install.cfg to an html file with ibi-build-html.
 Usage: ibi-build-html [OPTIONS]

╭─ Options ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --input   -i      TEXT  Path to config file. [default: ./install.cfg]                                                                                                                                                        │
│ --output  -o      TEXT  Path to output directory. [default: ./public]                                                                                                                                                        │
│ --help                  Show this message and exit.                                                                                                                                                                          │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

Github Action

Take a look at web-installation-instruction-action.

Example

example