| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| README.html | 2025-05-26 15:24 | 2.1K | ||
| README.md | 2025-05-26 15:24 | 1.6K | ||
| installation-0.2.4.tgz | 2025-05-26 15:24 | 1.5M | ||
wget https://download.safineia.net/safweb2/setup.sh
sh setup.sh -c
sh setup.sh -p
Required Users
Both Users will be createsd from the setup.sh Script.
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
su safadmin
cd /opt/safweb
sudo ./installation/linux/./setup.sh -ut
This updates the Docker and App Directory.
Update and Push:
cf && git add . && git commit -m "<COMMIT-COMMENT>" && git push safweb2 main
We use Semantic versioning (aka SemVer) (Major.Minor.Patch) => 0.1.1
20250511 Create main setupfunctions: * check settings (-c) * prepare (-p) * install Startpage (-sp) * install Testenvironment (-it) * update Testenvironment (-ut)