A quick way of setting up a basic development environment in CentOS.
###Prerequisites
- CentOS operating system
yumshould be installedcurlorwgetshould be installed
###Using CenDevEnv
####via curl
curl -L https://raw.githubusercontent.com/yan9yu/CenDevEnv/master/install.sh | sh####via wget
wget https://raw.githubusercontent.com/yan9yu/CenDevEnv/master/install.sh -O - | sh###Reference