mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #2020 from nextcloud/backport/2015/stable18
[stable18] Fix code block
This commit is contained in:
commit
937a3452c9
@ -87,6 +87,8 @@ Next install the PHP modules needed for this install. Remember, because this is
|
||||
Manually building redis/imagick (optional)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
::
|
||||
|
||||
dnf install -y php-pear gcc curl-devel php-devel zlib-devel pcre-devel make
|
||||
pecl install redis
|
||||
|
||||
@ -96,6 +98,8 @@ Manually building redis/imagick (optional)
|
||||
|
||||
After installing the extensions make sure to load the extensions in your php.ini file with:
|
||||
|
||||
::
|
||||
|
||||
extension=redis.so
|
||||
extension=imagick.so
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user