• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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