FeministWiki:Server setup: Difference between revisions

    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 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