A quick way of setting up a basic development environment in CentOS.
###Prerequisites
- CentOS operating system
yum
should be installedcurl
orwget
should 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