Skip to content

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

License

Notifications You must be signed in to change notification settings

yvesb/centminmod

Repository files navigation

This is just a test repository for Centmin Mod. DO NOT rely on this repository for Centmin Mod updates right now.

Centmin Mod Community forum at https://community.centminmod.com

***

Centmin Mod installed via Github

Step 1. 

Select the branch you want to install from list at https://github.com/centminmod/centminmod/branches and define it in the variable named branchname typed on SSH command line as follows.

branchname=123.08centos7beta01

Step 2.

Actual install

yum -y install wget nano bc unzip
branchname=123.08centos7beta01
wget -O /usr/local/src/${branchname}.zip https://github.com/centminmod/centminmod/archive/${branchname}.zip
cd /usr/local/src
unzip ${branchname}.zip
cd centminmod-${branchname}
chmod +x centmin.sh

Then to install either type

for menu mode

./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%