FeministWiki:Server setup: Difference between revisions

    Line 104: Line 104:
      php_version=7.4 # or whatever version we're on
      php_version=7.4 # or whatever version we're on
       
       
      apt-get install php${php_version}
      apt-get install php${php_version} \
    apt-get install php${php_version}-apcu
                    php${php_version}-apcu \
    apt-get install php${php_version}-bcmath
                    php${php_version}-bcmath \
    apt-get install php${php_version}-cli
                    php${php_version}-cli \
    apt-get install php${php_version}-ctype
                    php${php_version}-ctype \
    apt-get install php${php_version}-curl
                    php${php_version}-curl \
    apt-get install php${php_version}-gd
                    php${php_version}-gd \
    apt-get install php${php_version}-gmp
                    php${php_version}-gmp \
    apt-get install php${php_version}-iconv
                    php${php_version}-iconv \
    apt-get install php${php_version}-imagick
                    php${php_version}-imagick \
    apt-get install php${php_version}-intl
                    php${php_version}-intl \
    apt-get install php${php_version}-json
                    php${php_version}-json \
    apt-get install php${php_version}-ldap
                    php${php_version}-ldap \
    apt-get install php${php_version}-mbstring
                    php${php_version}-mbstring \
    apt-get install php${php_version}-mysql
                    php${php_version}-mysql \
    apt-get install php${php_version}-opcache
                    php${php_version}-opcache \
    apt-get install php${php_version}-readline
                    php${php_version}-readline \
    apt-get install php${php_version}-xml
                    php${php_version}-xml \
    apt-get install php${php_version}-zip
                    php${php_version}-zip


    === Put config files in place ===
    === Put config files in place ===