Skip to content

Instantly share code, notes, and snippets.

@oliverthiele
oliverthiele / InstallTypo3.sh
Last active May 22, 2024 19:09
Script for fully automated composer-based installation of TYPO3 (v12.4 / v11.5) on a clean Ubuntu 22.04 or 24.04 root server with nginx, certbot, brotli, webp, ...
#!/bin/bash
# Exit on error
set -e
### Before executing this script make a system update:
# $> apt update; apt --assume-yes dist-upgrade; apt --assume-yes autoremove;
# $> reboot