Welcome to Centmin Mod Community
Become a Member

Beta Branch update installer-lastest.sh PHP 7.0.11 default and more in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Oct 5, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    54,893
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    6:29 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update installer-lastest.sh PHP 7.0.11 default and more in 123.09beta01


    installer-latest.sh is a variant of installer.sh which installs and enables latest tech and performance enhancements which are usually disabled in installer.sh for 123.09beta01.

    The latest changes enabled by default via pre-loaded persistent config file /etc/centminmod/custom_config.inc method are:

    1. Added Profile Guided Optimizations To Boost PHP 7 Performance | Centmin Mod Community
    2. Beta Branch - add NGINX_DEVTOOLSETGCC for devtoolset-3 GCC 4.9 CentOS 7 nginx in 12… | Centmin Mod Community
    3. Beta Branch - Add GENERAL_DEVTOOLSETGCC variable to enable devtoolset-3 GCC 4.9 in … | Centmin Mod Community
    4. sets CLANG='n' switch from clang to GCC 4.9+ compiler used with devtoolset-3
    5. PHP 7.0.11 default

    Continue reading...

    123.09beta01 branch
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,893
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    6:29 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    for 123.09beta01 curl install with installer-latest.sh you use the command on fresh CentOS server below
    Code (Text):
    yum -y update; curl -O https://centminmod.com/betainstaller-latest.sh && chmod 0700 betainstaller-latest.sh && bash betainstaller-latest.sh
    


    fyi, install time is roughly 33% more with betainstaller-latest.sh vs betainstaller.sh standard due to extra nginx modules enabled + additional intel/gcc optimisations from above enabled additional options which switch nginx back from libressl 2.4 to openssl 1.02j+ etc :)
     
    Last edited: Oct 6, 2016