Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created August 24, 2022 16:50
Show Gist options
  • Save lukecav/78c6d46b9afa52a3e40a55866a3066d1 to your computer and use it in GitHub Desktop.
Save lukecav/78c6d46b9afa52a3e40a55866a3066d1 to your computer and use it in GitHub Desktop.
Install Redis in EasyApache 4 in cPanel running on CentOS 7
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