FeministWiki:Server setup: Difference between revisions

    Line 77: Line 77:
    Now we can install all the software used for the various FeministWiki services:
    Now we can install all the software used for the various FeministWiki services:


      apt-get install apache2
      apt-get install apache2 \
    apt-get install dovecot-core
                    dovecot-core \
    apt-get install dovecot-imapd
                    dovecot-imapd \
    apt-get install dovecot-ldap
                    dovecot-ldap \
    apt-get install dovecot-pop3d
                    dovecot-pop3d \
    apt-get install ejabberd # good candidate for backports
                    ejabberd \
    apt-get install fail2ban
                    fail2ban \
    apt-get install inspircd
                    inspircd \
    apt-get install mailman
                    mailman \
    apt-get install mariadb-server
                    mariadb-server \
    apt-get install opendkim
                    opendkim \
    apt-get install postfix
                    postfix \
    apt-get install postfix-ldap
                    postfix-ldap \
    apt-get install slapd
                    slapd


    If any installation asks you for a password, remember that most passwords are found in {{C|/root/pwd}}.
    If any installation asks you for a password, remember that most passwords are found in {{C|/root/pwd}}.