Learn about Centmin Mod LEMP Stack today
Become a Member

Beta Branch install redis server by default in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Dec 25, 2021.

  1. eva2000

    eva2000 Administrator Staff Member

    54,647
    12,230
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,799
    Local Time:
    4:36 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    install redis server by default in 123.09beta01


    - install redis server by default via added addons/redis-server-install.sh using REMI YUM repo version and controlled by variable REDIS_SERVER_INSTALL='y'
    - if you don't want redis server to run by default and be disabled but installed, you can set REDIS_DISABLED='y' variable in persistent config file /etc/centminmod/custom_config.inc prior to initial Centmin Mod install run
    - if on updated Centmin Mod 123.09beta01 existing server you run cmupdate to pull this update, then run centmin.sh menu option 13 submenu option 1 or 2 and the routine detects redis server isn't installed, Centmin Mod will auto install redis server using the new install routine as well as it assumes if you run centmin.sh menu option 13 submenu option 1 or 2 is ran, then you intend to use redis server.
    - redis server install routine will also save a log at /root/centminlogs/redis-server-install_XXX.log where XXX is date timestamp

    Continue reading...

    123.09beta01 branch
     
  2. cloud9

    cloud9 Premium Member Premium Member

    431
    117
    43
    Oct 6, 2015
    England
    Ratings:
    +217
    Local Time:
    6:36 AM
    1.25.3
    10.6.x
    Good Work and Thankyou

    Perhaps re-name the menu option to say Install Redis as well as PHP extension ?

    Code:
    13). Install/Reinstall Redis PHP Extension