Install litesoup on a fresh Ubuntu 24.04 server. The install script handles Apache, PHP (8.2/8.3/8.4), MariaDB, Redis, Memcached, Certbot, and wp-cli.
SSH into your server as root, then run the litesoup installer:
curl -fsSL https://raw.githubusercontent.com/litesoup/litesoup/main/install.sh | sudo bashAll flags work the same way:
# With custom PHP versions
curl -fsSL .../install.sh | sudo bash -s -- --php-versions=8.3,8.4
# Skip launchpad probe on DigitalOcean/CI
LITESOUP_PPA_FORCE_MIRROR=cloudpanel curl -fsSL .../install.sh | sudo bashThe installer runs Apache, PHP-FPM (8.2, 8.3, 8.4), MariaDB, Redis, Memcached, Certbot, hardening scripts, and backup tools.
litesoup harden ssh --no-password-auth after adding your SSH key to lock it down.
To update litesoup to the latest version:
litesoup stack updateThis pulls the latest changes and re-runs the installer (idempotent — only new stages execute). See the Backup docs for automated backups and the CLI Reference for all commands.