forked from centminmod/centminmod
-
Notifications
You must be signed in to change notification settings - Fork 0
menu based Nginx auto installer (GPLv3 licensed)
License
nvn6w/centminmod
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- Shell 48.1%
- HTML 27.4%
- ApacheConf 14.3%
- PHP 7.7%
- Python 1.4%
- Nginx 1.1%