Index of /safweb2/installation

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]installation.tgz2025-05-26 15:24 1.5M 
[TXT]README.html2025-06-08 11:01 2.1K 
[DIR]release-0.2.4/2025-05-26 15:24 -  
[DIR]release-0.2.3/2025-05-25 16:27 -  
[DIR]release-0.2.2/2025-05-24 10:14 -  
[DIR]release-0.2.1/2025-05-16 20:24 -  

SAFweb2 - Installation

Installation for the first time

Create an Directory for e.g. /opt/safweb. Enter this Directory and download the current Release of the Installation Script:

 wget https://download.safineia.net/safweb2/installation/installation.tgz

Unpack the Archive:

tar -xzf installation.tgz

This should create a Directory Structure like this:

installation
├── linux
│   └── setup.sh
├── README-0.2.2.md
├── README.md
└── startpage
    ├── custom_index.html
    ├── font-awesome
    │   └── 5.15.3
    │       ├── css
    │       │   └── all.min.css
    │       └── webfonts
    │           ├── fa-brands-400.eot
    │           ├── fa-brands-400.eot?
    │           ├── fa-brands-400.svg
    │           ├── fa-brands-400.ttf
    │           ├── fa-brands-400.woff
    │           ├── fa-brands-400.woff2
    │           ├── fa-regular-400.eot
    │           ├── fa-regular-400.eot?
    │           ├── fa-regular-400.svg
    │           ├── fa-regular-400.ttf
    │           ├── fa-regular-400.woff
    │           ├── fa-regular-400.woff2
    │           ├── fa-solid-900.eot
    │           ├── fa-solid-900.eot?
    │           ├── fa-solid-900.svg
    │           ├── fa-solid-900.ttf
    │           ├── fa-solid-900.woff
    │           └── fa-solid-900.woff2
    ├── style.css
    └── template_index.html

After this, you can use the setup script:

sudo sh linux/setup.sh

Release Notes

0.2.4

new Startpage

0.2.3

Add a update_installer.sh script.

0.2.2

Copy the whole installation Directory in tarfile. Unpack also the whole installation directory.