Skip to content

yvesb/centminmod

 
 

Repository files navigation

Centmin Mod

Centmin Mod can be installed via 2 different ways or latest install instructions on Official Install Guide:

  1. Centmin Mod Unattended Command Line Install (highly recommended)
  2. Centmin Mod installed via Git

After install bookmark and read the Getting Started Guide and check out the Centmin Mod Community forum at https://community.centminmod.com

Centmin Mod Unattended Command Line Install

Fastest method of install and allows fully unattended installation. Just type this command as root user in SSH on a fresh CentOS 6 or CentOS 7 server. Installation should take between 15-30 minutes on a fast server or up to 50-70 minutes on a slower server depending on server specs and your server's network connectivity and download speed.

For latest 1.2.3-eva2000.08 stable install

yum -y update; curl -O https://centminmod.com/installer.sh && chmod 0700 installer.sh && bash installer.sh

For latest 1.2.3-eva2000.09 beta install

yum -y update; curl -O https://centminmod.com/betainstaller.sh && chmod 0700 betainstaller.sh && bash betainstaller.sh

Centmin Mod installed via Git

Type as root user in SSH these commands, Centmin Mod will have it's install setup at /usr/local/src/centminmod. Replace branchname=123.08stable with branchname=123.09beta01 if you want to install the beta version.

yum -y install git wget nano bc unzip
cd /usr/local/src
branchname=123.08stable
git clone -b ${branchname} --depth=1 https://github.com/centminmod/centminmod.git centminmod
cd centminmod

Then to install either type

for menu mode run centmin.sh and select menu option 1 to install

./centmin.sh

or for CLI install mode

./centmin.sh install    

About

CentOS Shell menu based Nginx LEMP web stack auto installer (GPLv3 licensed)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 49.6%
  • PHP 26.5%
  • SourcePawn 16.3%
  • HTML 3.3%
  • C++ 3.3%
  • Assembly 0.7%
  • Other 0.3%