Files
VPS-scripts_Web-V2/README.md
2020-04-29 11:15:04 +02:00

21 lines
654 B
Markdown

# 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
```
-----
### Further documentation can be found at https://git.ictmaatwerk.com/docs/Web-V2/