Created
August 24, 2022 16:50
-
-
Save lukecav/78c6d46b9afa52a3e40a55866a3066d1 to your computer and use it in GitHub Desktop.
Install Redis in EasyApache 4 in cPanel running on CentOS 7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | |
rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm | |
yum -y install redis --enablerepo=remi --disableplugin=priorities | |
systemctl enable redis | |
systemctl start redis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://help.bigscoots.com/en/articles/512508-cpanel-easyapache-4-installing-redis-and-redis-php-extension