bash <(curl -s https://raw.githubusercontent.com/MaximeMichaud/Azuriom-install/master/azuriom-install.sh)
wget https://raw.githubusercontent.com/MaximeMichaud/Azuriom-install/master/azuriom-install.sh
chmod +x azuriom-install.sh
HEADLESS=y \
PHP=8.1 \
webserver=nginx \
nginx_branch=mainline \
database=mariadb \
database_ver=10.6 \
./azuriom-install.sh
The latest versions are more stable.
This script supports the following Linux distributions:
Operating System | Support |
---|---|
Debian 10 | ✅ |
Debian 11 | ✅ |
Ubuntu 20.04 | ✅ |
Ubuntu 22.04 | ✅ |
CentOS 7 | ❌ |
CentOS 8 | ❌ |
- Automatic installation of Azuriom (dependencies, database, cronjob, webserver).
- Secure NGINX with support for very latest improvements like HTTP2 with ALPN, 0-RTT support for TLS 1.3, TLS 1.3 support, x25519 support, etc.
- (not yet) Automatic configuration of Let's Encrypt.
- (not yet) Automatic configuration of Firewall
- NGINX 1.21.X & Apache2
- MySQL 5.7 - 8.0 & MariaDB 10.3 - 10.6
- PHP 7.4 to 8.1
- phpMyAdmin 5.2.0
Created and maintained by Maxime Michaud.