Skip to content

A web environment pack and installation script based on RHEL / CentOS minimum installation.

Notifications You must be signed in to change notification settings

cubicwork/envInstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

09f3efd · Sep 15, 2016

History

20 Commits
Jul 25, 2016
Dec 30, 2015
Feb 22, 2016
Dec 30, 2015
Dec 30, 2015
Dec 30, 2015
Dec 30, 2015
Sep 15, 2016
Dec 30, 2015
Dec 30, 2015
Dec 30, 2015
Dec 30, 2015
Dec 30, 2015
Dec 30, 2015
Dec 30, 2015
Dec 30, 2015
Dec 30, 2015
May 24, 2016
May 24, 2016
Dec 30, 2015
Dec 30, 2015
Dec 30, 2015
Dec 30, 2015
Dec 30, 2015

Repository files navigation

envInstall

A web environment pack and installation script based on RHEL / CentOS minimum installation.

Content

1 Introduction
2 System requirement
3 How to use
4 Tips

Introduction

EnvInstall was used for building server environment. After you have a minimum installation of RHEL7 based Linux operate system you can use this pack to build server enviroment quickly.

System requirement

1. A operate system with upstream source from RHEL 7. e.g. RHEL 7, CentOS 7, Scientific Linux 7 etc.
2. Minimum installation at least.
3. 2 GB swap space requird.

How to use

1. Download envInstall to your server.
	$ mkdir ~/env
	$ cd ~/env
	$ yum install -y wget unzip
	$ wget https://github.com/cubicwork/envInstall/archive/master.zip
2. Unzip archive
	$ unzip envInstall-master.zip
3. Execute preinstall.sh
	$ cd envInstall-master
	# chmod +x preinstall.sh
	# ./preinstall.sh
4.	Excute install.sh
	# cd ~/env/envInstall-master
	#./install.sh

Tips

1. Both preinstall.sh and install.sh should be execute by root.
2. Server will reboot after shell script executed.
3. The library pack in zip archive can be download and replaced.

About

A web environment pack and installation script based on RHEL / CentOS minimum installation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages