Skip to content

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

Notifications You must be signed in to change notification settings

freedog96150/CentOS-6-Quick-Install-Scripts

 
 

Repository files navigation

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

source <(curl -s https://raw.github.com/qrpike/CentOS-6-Quick-Install-Scripts/master/installOpenVZ.sh --insecure)

Install OpenVZWebPanel on CentOS 6.x

source <(curl -s https://raw.github.com/qrpike/CentOS-6-Quick-Install-Scripts/master/installOpenVZWebPanel.sh --insecure)

Install NTP on CentOS 6.x

source <(curl -s https://raw.github.com/qrpike/CentOS-6-Quick-Install-Scripts/master/installNTP.sh --insecure)

Install GlusterFS on CentOS 6.x

source <(curl -s https://raw.github.com/qrpike/CentOS-6-Quick-Install-Scripts/master/installGlusterFS.sh --insecure)

Install NodeJS ( Latest Stable ) on CentOS 6.x

source <(curl -s https://raw.github.com/qrpike/CentOS-6-Quick-Install-Scripts/master/installNodeJS.sh --insecure)

Install with Nave (recommended):

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

Install LAMP stack on CentOS 6.x

source <(curl -s https://raw.github.com/qrpike/CentOS-6-Quick-Install-Scripts/master/installLAMP.sh --insecure)

Install MongoDB on CentOS 6.x

source <(curl -s https://raw.github.com/qrpike/CentOS-6-Quick-Install-Scripts/master/installMongoDB.sh --insecure)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published