Skip to content

Instantly share code, notes, and snippets.

@oliverthiele
Last active March 15, 2026 18:55
Show Gist options
  • Select an option

  • Save oliverthiele/999b29a675a0c46687b627dc259bf382 to your computer and use it in GitHub Desktop.

Select an option

Save oliverthiele/999b29a675a0c46687b627dc259bf382 to your computer and use it in GitHub Desktop.
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, ...
# This Gist is deprecated.
#
# A complete rewrite is available as a proper repository:
# https://github.com/oliverthiele/server-install
#
# The new version supports TYPO3 v12 LTS and v13 LTS, Ubuntu 22.04/24.04,
# resume after failures, SSH hardening, resource tuning, and much more.
@oliverthiele
Copy link
Author

The following features have been added with the latest update:

  • The script now works with Ubuntu 24
  • Passwords are generated more securely
  • Support for Brotli compression in nginx
  • WebP extension with matching nginx configuration
  • nvm / node / npm is available for www-data (e.g. for webpack frontend builds)
  • yarn is no longer installed by default

Not everything is perfect yet, but it is already functional with these changes.

@oliverthiele
Copy link
Author

I will no longer be updating this script, as I have created a new Git repository:

https://github.com/oliverthiele/server-install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment