/centminmod

menu based Nginx auto installer (GPLv3 licensed)

Primary LanguageShellGNU General Public License v3.0GPL-3.0

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