Changes

Jump to navigation Jump to search
54 bytes added ,  16:24, 13 November 2015
→‎Redis: Fixed method of auto-starting on boot.
Line 311: Line 311:  
To install Redis, you'll need to have both the [[Remi]] and [[Epel]] repositories set up on your server.  Then do
 
To install Redis, you'll need to have both the [[Remi]] and [[Epel]] repositories set up on your server.  Then do
 
  # yum --enablerepo=remi,epel install redis php54-php-pecl-redis php55-php-pecl-redis php56-php-pecl-redis
 
  # yum --enablerepo=remi,epel install redis php54-php-pecl-redis php55-php-pecl-redis php56-php-pecl-redis
  # ln -s /etc/rc.d/init.d/redis /etc/rc.d/rc4.d/S80redis
+
  # config set redis service status enabled
 +
# cd /etc/rc7.d
 +
# ln -s /etc/rc.d/init.d/e-smith-service S80redis
    
You'll need to adjust two entries in the Redis configuration file:
 
You'll need to adjust two entries in the Redis configuration file:
147

edits

Navigation menu