Skip to content

Instantly share code, notes, and snippets.

@shreyansb
Created June 13, 2015 19:44
Show Gist options
  • Save shreyansb/85045f7f9007084628c1 to your computer and use it in GitHub Desktop.
Save shreyansb/85045f7f9007084628c1 to your computer and use it in GitHub Desktop.
setting up mosql on a fresh EC2 instance
# create new EC2 instance with ubuntu 14.04 LTS
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential
sudo apt-get install ruby1.9.3
sudo apt-get install libpq-dev
sudo gem install mosql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment