Bram Prieshof 668da644f3 Main, MariaDB & Deb11; CMS:Backend
Main, MariaDB:
Switched form MariaDB back to MySQL since it is available for Deb11

Main, Debian 11
Enabled Debian 11  support, and removed warnings

CMS:Backend increased limits
PHP: post_max to 256M
Nginx: client_max_body to 256m and fcgi_timeout to 10 minutes
2021-09-03 14:02:06 +02:00
2021-09-03 14:02:06 +02:00
2020-12-09 21:35:01 +01:00
2021-01-27 12:19:07 +01:00
2020-11-26 14:21:45 +01:00
2020-10-07 12:06:21 +02:00

Web-V2

Geting started

Default/Graphical installer:
Using curl

curl https://git.ictmaatwerk.com/VPS-scripts/Web-V2/raw/branch/master/installer.sh -o /tmp/installer.sh  
bash /tmp/installer.sh

Using wget

wget https://git.ictmaatwerk.com/VPS-scripts/Web-V2/raw/branch/master/installer.sh -O /tmp/installer.sh  
bash /tmp/installer.sh

Legacy Installer for developing and debugging:
Using curl

curl https://git.ictmaatwerk.com/VPS-scripts/Web-V2/raw/branch/master/installer.sh -o /tmp/installer.sh  
bash /tmp/installer.sh -l 2>&1 | tee ~/output.log 

Using wget

wget https://git.ictmaatwerk.com/VPS-scripts/Web-V2/raw/branch/master/installer.sh -O /tmp/installer.sh  
bash /tmp/installer.sh -l 2>&1 | tee ~/output.log 

Adding extra CMS/Site after instalation

bash <(curl --retry 7 --retry-delay 5 -s https://git.ictmaatwerk.com/VPS-scripts/Web-V2/raw/branch/master/AppendCMS.sh)

Adding extra Module after instalation

bash <(curl --retry 7 --retry-delay 5 -s https://git.ictmaatwerk.com/VPS-scripts/Web-V2/raw/branch/master/AppendModule.sh)

This script uses the following repo's as dependencies:

* VPS-scripts/Unattended-Security-Updates 
* VPS-scripts/Ubuntu-MySQL

Further documentation can be found at https://git.ictmaatwerk.com/docs/Web-V2/

Description
No description provided
Readme 834 KiB
Release v2.1 Latest
2021-09-08 15:08:10 +02:00
Languages
Shell 100%