All Projects → qrpike → Centos 6 Quick Install Scripts

qrpike / Centos 6 Quick Install Scripts

Use these quick scripts to install NodeJS on CentOS6, Install OpenVZ on CentOS6, install MongoDB on CentOS6, and install LAMP on CentOS6

Programming Languages

shell
77523 projects

CentOS6 Quick Installer Bash scripts:

To install any of the following, just copy and paste the text in the box on a fresh copy of CentOS6.x (x86_64)

Install OpenVZ on CentOS 6.x

curl https://raw.githubusercontent.com/qrpike/CentOS-6-Quick-Install-Scripts/master/installOpenVZ.sh | sh

Install OpenVZWebPanel on CentOS 6.x

curl https://raw.githubusercontent.com/qrpike/CentOS-6-Quick-Install-Scripts/master/installOpenVZWebPanel.sh | sh

Install NTP on CentOS 6.x

curl https://raw.githubusercontent.com/qrpike/CentOS-6-Quick-Install-Scripts/master/installNTP.sh | sh

Install GlusterFS on CentOS 6.x

curl https://raw.githubusercontent.com/qrpike/CentOS-6-Quick-Install-Scripts/master/installGlusterFS.sh | sh

Install NodeJS ( Latest Stable ) on CentOS 6.x

curl https://raw.githubusercontent.com/qrpike/CentOS-6-Quick-Install-Scripts/master/installNodeJS.sh | sh

Install with Nave (recommended):

curl https://gist.githubusercontent.com/qrpike/7794568/raw/main.sh | sh

Install LAMP stack on CentOS 6.x

curl https://raw.githubusercontent.com/qrpike/CentOS-6-Quick-Install-Scripts/master/installLAMP.sh | sh

Install MongoDB on CentOS 6.x

curl https://raw.githubusercontent.com/qrpike/CentOS-6-Quick-Install-Scripts/master/installMongoDB.sh | sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].