• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Resolved Trouble getting Redis server installed.

PHPBandit

New Pleskian
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
Code:
\o/ All tests passed without errors!
# make install
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
 
Back
Top