Update INSTALL.ubuntu1404.txt

Debian 7 (Wheezy) is oldstable since April 2015
pull/856/head
Andreas Ziegler 2016-01-15 21:31:08 +01:00
parent 0eb1a0baa4
commit 1ea49bf9cc
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ php composer.phar install
# CakeResque normally uses phpredis to connect to redis, but it has a (buggy) fallback connector through Redisent. It is highly advised to install phpredis
pecl install redis
apt-get install php5-redis
# Note that the php5-redis package in Debian stable (wheezy) only exists in the backports repository: http://backports.debian.org/Instructions/
# Note that the php5-redis package in Debian oldstable (wheezy) only exists in the backports repository: http://backports.debian.org/Instructions/
# After installing it, enable it in your php.ini file
vim /etc/php5/apache2/php.ini
# add the following line: