Skip to content

Instantly share code, notes, and snippets.

@onesneakymofo
Last active September 16, 2015 05:39
Show Gist options
  • Save onesneakymofo/d24cbf9b36fe9fdd1514 to your computer and use it in GitHub Desktop.
Save onesneakymofo/d24cbf9b36fe9fdd1514 to your computer and use it in GitHub Desktop.
Set Up (Ubuntu 14.04)
sudo apt-get install git
git config --global color.ui true
git config --global user.name "Chris Autwell"
git config --global user.email "cautwell@gmail.com"
sudo apt-get install nodejs
sudo apt-get install npm
sudo ln -s /usr/bin/nodejs /usr/bin/node
\curl -sSL https://get.rvm.io | bash
`source /home/cautwell/.rvm/scripts/rvm`
rvm install 2.1.3
rvm use 2.1.3 -- default
sudo apt-get install libpq-dev
sudo apt-get install freetds-dev
http://technobytz.com/install-postgresql-9-3-ubuntu.html
sudo apt-get install postgresql-contrib-9.3
gem install bundler
sudo apt-get update && sudo apt-get install zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment