Skip to content

Instantly share code, notes, and snippets.

@luishdez
Last active October 10, 2015 07:08
Show Gist options
  • Select an option

  • Save luishdez/3652513 to your computer and use it in GitHub Desktop.

Select an option

Save luishdez/3652513 to your computer and use it in GitHub Desktop.
Setup basic libraries for CentOS
# 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