Merge branch '2.4' of https://github.com/MISP/MISP into 2.4

pull/865/head
Iglocska 2016-01-16 23:13:03 +01:00
commit be31148018
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: