Aller au contenu

« FeministWiki:Server setup » : différence entre les versions

Ligne 56 : Ligne 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
Ligne 64 : Ligne 66 :
  apt-get install mariadb-server
  apt-get install mariadb-server
  apt-get install opendkim
  apt-get install opendkim
  apt-get install php7.4 # or whatever version we're on
  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