From c2611463cf6da9c321e0ccf34901caa808a71dde Mon Sep 17 00:00:00 2001 From: Hans Erasmus Date: Tue, 5 Feb 2019 08:20:08 +0200 Subject: [PATCH] Update CentOS7 install procedure After upgrading from 14.04 to 15.02 I got a warning about `imagick` on my server, so it seems that although it is not compulsory, it might be a good idea to add it to minimize the number of warnings a user might experience after initial install. --- admin_manual/installation/source_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 5d9329030..cb377eef9 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -292,7 +292,7 @@ Next install the PHP modules needed for this install. Remember, because this is yum install -y php72w php72w-cli php72w-common php72w-curl php72w-gd \ php72w-mbstring php72w-mysqlnd php72w-process php72w-xml php72w-zip \ - php72w-opcache php72w-pecl-apcu php72w-intl php72w-pecl-redis + php72w-opcache php72w-pecl-apcu php72w-intl php72w-pecl-redis php72w-pecl-imagick **Database**