NeiPCs / centminmod

menu based Nginx auto installer (GPLv3 licensed)

Home Page:http://centminmod.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

menu based Nginx auto installer (GPLv3 licensed)

http://centminmod.com

License:GNU General Public License v3.0


Languages

Language:Shell 48.0%Language:HTML 27.4%Language:ApacheConf 14.3%Language:PHP 7.7%Language:Python 1.4%Language:Nginx 1.1%