Welcome to Centmin Mod Community
Register Now

Is it possible to git the beta?

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Maester Aemon, Mar 29, 2016.

  1. Maester Aemon

    Maester Aemon New Member

    20
    3
    3
    Mar 24, 2016
    Ratings:
    +5
    Local Time:
    9:55 AM
    1.9.12
    I'm wondering if its possible to git the beta because if I use the one-liner, it will run the installation before I can enable it to install pagespeed as well.

     
  2. Maester Aemon

    Maester Aemon New Member

    20
    3
    3
    Mar 24, 2016
    Ratings:
    +5
    Local Time:
    9:55 AM
    1.9.12
    Nevermind, realized its possible.
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,893
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    6:55 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah it's possible for 123.09beta01 see 1st post at Beta Branch - Centmin Mod .09 beta branch Testing | Centmin Mod Community - there's separate curl installer that enables ngx_pagespeed at initial Centmin Mod LEMP install time
    Code (Text):
    curl -O https://centminmod.com/betainstaller-latest.sh && chmod 0700 betainstaller-latest.sh && bash betainstaller-latest.sh
    betainstaller-latest.sh basically scripts it to auto popular persistent config file /etc/centminmod/custom_config.inc prior to install which is something you can also do manually with any of 123.09beta01 listed curl installers too
    Code (Text):
    echo "NGINX_PAGESPEED=y" > /etc/centminmod/custom_config.inc
    echo "ORESTY_LUANGINX=y" >> /etc/centminmod/custom_config.inc