Skip to content

A quick way of setting up a basic development environment in CentOS.

License

Notifications You must be signed in to change notification settings

kookdc/CenDevEnv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

CenDevEnv

A quick way of setting up a basic development environment in CentOS.

###Prerequisites

  • CentOS operating system
  • yum should be installed
  • curl or wget 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

About

A quick way of setting up a basic development environment in CentOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%