Want to subscribe to topics you're interested in?
Become a Member

Beta Branch add installer55.sh & installer56.sh for default PHP 5.5 & PHP 5.6 installs

Discussion in 'Centmin Mod Github Commits' started by eva2000, Aug 23, 2015.

  1. eva2000

    eva2000 Administrator Staff Member

    54,935
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    8:06 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    add installer55.sh & installer56.sh for default PHP 5.5 & PHP 5.6 installs

    instead of installer.sh for PHP 5.4 default, installer55.sh is for PHP 5.5 default and installer56.sh is for PHP 5.6 for instance

    curl -sL https://raw.githubusercontent.com/centminmod/centminmod/123.09beta01/installer55.sh | bash

    or


    curl -sL https://raw.githubusercontent.com/centminmod/centminmod/123.09beta01/installer56.sh | bash

    Continue reading...

    123.09beta01 branch
     
  2. rdan

    rdan Well-Known Member

    5,447
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    6:06 PM
    Mainline
    10.2
    Very hard to place custom config? :D
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,935
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    8:06 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    these installers actually edit centmin.sh PHP_VERSION prior to install so no need for custom_config.inc outlined at Upgrade Centmin Mod - CentminMod.com LEMP Nginx web stack for CentOS :)

    Also these should work too now for 123.09beta01 unattended installs for PHP 5.5 and 5.6 default respectively.

    Code:
    curl -sL http://centminmod.com/betainstaller55.sh | bash
    
    or
    Code:
    curl -sL http://centminmod.com/betainstaller56.sh | bash