Update 'README.md'

This commit is contained in:
b.waal
2020-02-27 11:27:36 +01:00
parent fab8f5f58b
commit 8924118d4a

View File

@@ -1,2 +1,18 @@
# UBU-Web-V2 # Ubuntu-Web-V2
**Get Started with the graphical installer**:
```
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**:
```
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
```