Last active
October 10, 2015 07:08
-
-
Save luishdez/3652513 to your computer and use it in GitHub Desktop.
Setup basic libraries for CentOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Isntall basics for centOS | |
| # curl -O https://raw.github.com/gist/3652513/centos.setup.basics.sh && sh centos.setup.basics.sh | |
| ulimit -s 26384 | |
| yum install -y make gcc gcc-c++ openssl openssl-devel vim wget | |
| yum install -y crontabs | |
| yum install -y ruby ruby-libs ruby-devel ruby-rdoc rubygems git | |
| groupadd puppet | |
| gem install --version '= v0.9.7.2' librarian-puppet-maestrodev | |
| gem install rails puppet | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment