Join the community today
Become a Member

Install New Centmin Mod One Liner Install testing

Discussion in 'Install & Upgrades or Pre-Install Questions' started by eva2000, Mar 13, 2015.

  1. eva2000

    eva2000 Administrator Staff Member

    53,148
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    5:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Anyone with a spare 15-20mins want to test out one liner installer for stable .08 and .09 beta builds ? easy as copying and pasting one one below :)

    for .08 stable
    Code:
    curl -sL http://centminmod.com/stableinstaller.sh | bash
    for .09 beta


    Code:
    curl -sL http://centminmod.com/betainstaller.sh | bash
    enjoy :D
     
    Last edited: Oct 31, 2015
  2. eva2000

    eva2000 Administrator Staff Member

    53,148
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    5:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    new Centmin Mod .08 beta install video :)

    best viewed in HD 720

     
  3. Steve Tozer

    Steve Tozer Member

    70
    42
    18
    Jul 28, 2014
    South Wales, UK
    Ratings:
    +49
    Local Time:
    8:41 AM
    1.91
    10.0.19
    When testing stable, I get the below think the zip file is missing :eek:

    Beta works

    Code:
    [root@cmm ~]# curl -sL http://centminmod.com/stableinstaller.sh | bash
    setenforce: SELinux is disabled
    http://centminmod.com/centminmod_beta/centmin-v1.2.3-eva2000.07.zip:
    2015-03-14 10:32:08 ERROR 404: Not Found.
    unzip:  cannot find or open centmin-v1.2.3-eva2000.07.zip, centmin-v1.2.3-eva2000.07.zip.zip or centmin-v1.2.3-eva2000.07.zip.ZIP.
    bash: line 34: cd: centmin-v1.2.3mod: No such file or directory
    chmod: cannot access `centmin.sh': No such file or directory
    bash: line 36: ./centmin.sh: No such file or directory
    tail: cannot open `/root/centminlogs/centminmod_yumtimes_*.log' for reading: No such file or directory
    tail: cannot open `/root/centminlogs/*_install.log' for reading: No such file or directory
     
    Last edited: Mar 15, 2015
  4. eva2000

    eva2000 Administrator Staff Member

    53,148
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    5:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  5. Steve Tozer

    Steve Tozer Member

    70
    42
    18
    Jul 28, 2014
    South Wales, UK
    Ratings:
    +49
    Local Time:
    8:41 AM
    1.91
    10.0.19
    Tested both installers on OpenVZ no issues seems all good to me (y):jimlad:
     
  6. eva2000

    eva2000 Administrator Staff Member

    53,148
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    5:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Thanks @Steve Tozer

    I downloaded Camtasia 30 day trial and wow ! Produced my best ever Centmin Mod installation video - only takes 5 minutes of a viewers time to see the latest SSH one liner install method :D

    Dual installation video, I simultaneously installed Centmin Mod .08 beta on both CentOS 6.6 + CentOS 7.0 servers :D

     
  7. arlon

    arlon Member

    95
    6
    8
    Feb 20, 2016
    Ratings:
    +12
    Local Time:
    2:41 PM
    1.13.6
    10.1
    hello, yesterday i installed cenmintmod using methode 3 (one line methode) succesfully, and i tried again and failed, i ave tried on 2 different VPSs, this is the error:

    [root@vultr ~]# curl -O https://centminmod.com/installer.sh && chmod 0700 installer.sh && bash installer.sh
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    166 166 166 166 0 0 314 0 --:--:-- --:--:-- --:--:-- 2441
    installer.sh: line 1: html: No such file or directory
    installer.sh: line 2: syntax error near unexpected token `<'
    'nstaller.sh: line 2: `<head><title>502 Bad Gateway</title></head>
     
  8. eva2000

    eva2000 Administrator Staff Member

    53,148
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    5:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  9. bitserver

    bitserver New Member

    14
    4
    3
    Feb 15, 2020
    Ratings:
    +6
    Local Time:
    10:41 AM
    when executing the line I get

    [root@centos-2gb-nbg1-2 ~]# curl -sL http://centminmod.com/stableinstaller.sh | bash
    bash: line 1: syntax error near unexpected token `newline'
    bash: line 1: `<html>'

    what I'm doing wrong?

    Server is at Hetzner

    Thanks
     
  10. eva2000

    eva2000 Administrator Staff Member

    53,148
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    5:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    you might have been caught with my boo boo I made at 400 Bad Request for betainstaller7x.sh so Cloudflare cached a HTML error page and not the installer. Should be fixed now

    Either way. you should really be using betainstaller now Centmin Mod LEMP Stack Install Nginx on CentOS ;)
     
  11. bitserver

    bitserver New Member

    14
    4
    3
    Feb 15, 2020
    Ratings:
    +6
    Local Time:
    10:41 AM
    thanks is working now, I rebuild the server and reinstalled it