Files
numbus/web/pages/steps.md
T

1.1 KiB

Numbus installation process

Initialization

For testing purposes :

export DEBUG=1 BRANCH="testing" && curl -sSL https://gittea.dev/numbus/numbus/raw/branch/${BRANCH:-production}/script/start.sh | bash

For production :

curl -sSL https://gittea.dev/numbus/numbus/raw/branch/${BRANCH:-production}/script/start.sh | bash

Preparation

  1. Language
  2. Device Type
  3. Deployment Mode
  4. Live Setup

Configuration

  1. Repository configuration

If the repository contains configuration, it will auto-fill the next steps. The user can skip to the installation step or change the settings he wants.

If the repository doesn't contain configuration, the script will automatically export the final configuration.

  1. Disks partitioning

Server device

  1. Networking
  2. Remote access
  3. Mail alerts
  4. Services
  5. Users & Groups
  6. Security
  7. Backup

Backup Server device

  1. Networking
  2. Remote access
  3. Mail alerts
  4. Services

TV device

Workstation device

Game Console device

Review

Installation

Post-installation