CentOS 7.3.1611
Plesk Onyx (17.0.17), micrupdate #21
Currently, I am using PHP 7.1.3 run as FPM served by Apache for my sites if that makes a difference. Tools & Settings » PHP Settings » 7.1.3 FPM Application shows the redis extension checked and active.
# yum group install "Development Tools"
# wget http://download.redis.io/redis-stable.tar.gz
# tar xvzf redis-stable.tar.gz
# cd redis-stable
# make
# yum install tcl tcl-devel (to run make test)
# make test
# make install
# redis-server
At this point, I've restored the server to its default state and got back to where I was before attempting the install. I've seen some mixed methods as far as installation goes so I'm not sure what to follow. Would anyone be able to clear that up? For instance, I've seen mention of plesk-php71-devel - not sure if I have to do anything with that.
Would there be any issue with using EPEL repo and installing it as outlined here? How to install redis server on CentOS 7 / RHEL 7
Plesk Onyx (17.0.17), micrupdate #21
Currently, I am using PHP 7.1.3 run as FPM served by Apache for my sites if that makes a difference. Tools & Settings » PHP Settings » 7.1.3 FPM Application shows the redis extension checked and active.
# yum group install "Development Tools"
# wget http://download.redis.io/redis-stable.tar.gz
# tar xvzf redis-stable.tar.gz
# cd redis-stable
# make
# yum install tcl tcl-devel (to run make test)
# make test
Code:
\o/ All tests passed without errors!
Code:
cd src && make install
make[1]: Entering directory `/redis-stable/src'
Hint: It's a good idea to run 'make test' ;)
INSTALL install
INSTALL install
INSTALL install
INSTALL install
INSTALL install
make[1]: Leaving directory `/redis-stable/src'
# redis-server
Code:
redis-server &
[1] 32438
CT-140060-bash-4.2# -bash: redis-server: command not found
At this point, I've restored the server to its default state and got back to where I was before attempting the install. I've seen some mixed methods as far as installation goes so I'm not sure what to follow. Would anyone be able to clear that up? For instance, I've seen mention of plesk-php71-devel - not sure if I have to do anything with that.
Would there be any issue with using EPEL repo and installing it as outlined here? How to install redis server on CentOS 7 / RHEL 7