8000 GitHub - nvn6w/centminmod: menu based Nginx auto installer (GPLv3 licensed)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nvn6w/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

menu based Nginx auto installer (GPLv3 licensed)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 48.1%
  • HTML 27.4%
  • ApacheConf 14.3%
  • PHP 7.7%
  • Python 1.4%
  • Nginx 1.1%
0