Merge pull request #856 from rotanid/patch-1

Update INSTALL.ubuntu1404.txt
pull/865/head
Raphaël Vinot 2016-01-16 07:51:56 +01:00
commit 85ce720d15
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: