Skip to content

Instantly share code, notes, and snippets.

@skt-bford
Last active December 13, 2015 19:19
Show Gist options
  • Save skt-bford/4961980 to your computer and use it in GitHub Desktop.
Save skt-bford/4961980 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# requirements
yum -y install wget
# initial setup
cd /usr/local/src
wget https://gist.github.com/skt-bford/4961941/raw/centos.init.sh
sh centos.init.sh
rm -f centos.init.sh
# install ruby
cd /usr/local/src
wget https://gist.github.com/skt-bford/4961092/raw/ruby.1.9.3-setup.sh
sh ruby.1.9.3-setup.sh
rm -f ruby.1.9.3-setup.sh
# install nginx-passenger
cd /usr/local/src
wget https://gist.github.com/skt-bford/4961851/raw/passenger.setup.sh
sh passenger.setup.sh
rm -f passenger.setup.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment