Skip to content

Instantly share code, notes, and snippets.

@skt-bford
Last active December 13, 2015 19:28
Show Gist options
  • Save skt-bford/4962304 to your computer and use it in GitHub Desktop.
Save skt-bford/4962304 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# requirements
yum -y install wget
# install postgres
cd /usr/local/src
wget https://gist.github.com/skt-bford/4962180/raw/postgres.9.2.3-setup.sh
sh postgres.9.2.3-setup.sh
rm -f postgres.9.2.3-setup.sh
# install pg
cd /usr/local/src
wget https://gist.github.com/skt-bford/4962277/raw/gem.pg.9.2-setup.sh
sh gem.pg.9.2-setup.sh
rm -f gem.pg.9.2-setup.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment