Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

mcrypt package is not included in the default CentOS repositories. It can be installed from the Remi repository.


In order to install Redis, you need to have root permission.


STEP 1. Enabling the Remi repository

Code Block
sudo yum install epel-release yum-utils
sudo yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
sudo yum-config-manager --enable remi


STEP 2. Install the Redis package by typing:

Code Block
sudo yum install redis


STEP 3. Install mcrypt

You can simply install mcrypt as following

Code Block
sudo yum -y install mcrypt php-mcrypt