2020-10-02 14:18:08 +02:00
2020-10-01 12:04:06 +02:00
2020-10-02 14:18:08 +02:00
2020-10-01 12:04:06 +02:00
2020-10-02 11:18:20 +02:00
2020-10-01 12:04:06 +02:00
2020-10-01 12:04:06 +02:00
2020-06-12 10:28:11 +02:00
2020-10-02 11:12:27 +02:00
2020-09-04 13:48:33 +02:00
2020-10-02 11:13:15 +02:00

Ubuntu-Web-V2

Get Started with the graphical installer:
Using curl

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

Using wget

wget https://git.ictmaatwerk.com/bprieshof/UBU-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/bprieshof/UBU-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/bprieshof/UBU-Web-V2/raw/branch/master/installer.sh -O /tmp/installer.sh  
bash /tmp/installer.sh -l 2>&1 | tee ~/output.log 

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%