Coder Social home page Coder Social logo

freshy969 / centminmod Goto Github PK

View Code? Open in Web Editor NEW

This project forked from centminmod/centminmod

0.0 1.0 0.0 1.07 GB

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

Home Page: https://centminmod.com

License: GNU General Public License v3.0

Shell 56.07% HTML 2.47% Python 0.11% PHP 25.80% Assembly 0.69% SourcePawn 13.78% Pascal 0.37% C++ 0.70%

centminmod's Introduction

GitHub stars GitHub forks GitHub issues GitHub license

Centmin Mod

Centmin Mod can be installed via 2 different ways or latest install instructions on Official Install Guide:

  1. Centmin Mod Unattended Command Line Install (highly recommended)
  2. Centmin Mod installed via Git

After install bookmark and read the Getting Started Guide and check out the Centmin Mod Community forum at https://community.centminmod.com

Centmin Mod Unattended Command Line Install

Fastest method of install and allows fully unattended installation. Just type this command as root user in SSH on a fresh CentOS 6 or CentOS 7 server. Installation should take between 15-30 minutes on a fast server or up to 50-70 minutes on a slower server depending on server specs and your server's network connectivity and download speed.

For latest 1.2.3-eva2000.08 stable install

yum -y update; curl -O https://centminmod.com/installer.sh && chmod 0700 installer.sh && bash installer.sh

For latest 1.2.3-eva2000.09 beta install

yum -y update; curl -O https://centminmod.com/betainstaller.sh && chmod 0700 betainstaller.sh && bash betainstaller.sh

Centmin Mod installed via Git

Type as root user in SSH these commands, Centmin Mod will have it's install setup at /usr/local/src/centminmod. Replace branchname=123.08stable with branchname=123.09beta01 if you want to install the beta version.

yum -y install git wget nano bc unzip
cd /usr/local/src
branchname=123.08stable
git clone -b ${branchname} --depth=1 https://github.com/centminmod/centminmod.git centminmod
cd centminmod

Then to install either type

for menu mode run centmin.sh and select menu option 1 to install

./centmin.sh

or for CLI install mode

./centmin.sh install    

Contributing

Below are guidelines for contributing code wise.

Bug Reports

Pull Requests

Suggestions

centminmod's People

Contributors

alexgoussev avatar centminmod avatar yvesb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.