mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
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.
This commit is contained in:
committed by
Backportbot
parent
ef210885e2
commit
c2611463cf
@@ -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**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user