Skip to content

Instantly share code, notes, and snippets.

@kayintveen
Last active August 29, 2015 14:17
Show Gist options
  • Save kayintveen/50c17ec5dd0f230c78c1 to your computer and use it in GitHub Desktop.
Save kayintveen/50c17ec5dd0f230c78c1 to your computer and use it in GitHub Desktop.
yum install php-pear php-devel httpd-devel pcre-devel gcc make
pecl install apc
echo "extension=apc.so" > /etc/php.d/apc.ini
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm
yum install redis
service redis start
redis-cli ping
sudo chkconfig --level 2345 redis on
php-pecl-redis
yum install php-pecl-redis
php -m | grep redis
// Toevoegen Redis -> Magento
modman init
modman clone git://github.com/colinmollenhour/Cm_Cache_Backend_Redis.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment