1,106
edits
Technician (talk | contribs) |
Technician (talk | contribs) |
||
Line 56: | Line 56: | ||
Now we can install everything: | Now we can install everything: | ||
php_version=7.4 # or whatever version we're on | |||
apt-get install apache2 | apt-get install apache2 | ||
apt-get install dovecot-core | apt-get install dovecot-core | ||
Line 64: | Line 66: | ||
apt-get install mariadb-server | apt-get install mariadb-server | ||
apt-get install opendkim | apt-get install opendkim | ||
apt-get install | apt-get install php${php_version} | ||
apt-get install php${php_version}-mbstring | |||
apt-get install php${php_version}-xml | |||
apt-get install postfix | apt-get install postfix | ||
apt-get install slapd | apt-get install slapd |