Index of /safweb2/installation/release-0.2.3

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]installation-0.2.3.tgz2025-05-25 16:27 1.5M 
[TXT]README.html2025-05-25 16:27 2.1K 
[TXT]README.md2025-05-25 16:27 1.6K 

SAFweb2 Installation and Setup

Installation

wget https://download.safineia.net/safweb2/setup.sh
sh setup.sh -c 
sh setup.sh -p

Users

Required Users

Both Users will be createsd from the setup.sh Script.

ssh

The Users have their own Homedirectory. Some Settinmgs should be made to ease the maintenance of the Applications. Both Users should have a ssh identity. For this you have to create a ssh key:

su safweb
ssh-keygen 

Do this for both users. After this, copy the id to the Git Repo Server:

ssh-copy-id safweb@95.217.217.117
and
ssh-copy-id safadmin@95.217.217.117

Update

Update Testenvironment

su safadmin
cd /opt/safweb
sudo ./installation/linux/./setup.sh -ut

This updates the Docker and App Directory.

GIT

Update and Push:

cf && git add . && git commit -m "<COMMIT-COMMENT>" && git push safweb2 main

TODO

Release Version

We use Semantic versioning (aka SemVer) (Major.Minor.Patch) => 0.1.1

0.2.3

0.2.2

0.2.1

0.1.1

20250511 Create main setupfunctions: * check settings (-c) * prepare (-p) * install Startpage (-sp) * install Testenvironment (-it) * update Testenvironment (-ut)