Skip to content

Instantly share code, notes, and snippets.

@madmanlear
madmanlear / ubuntu_rails_mysql.txt
Created June 20, 2012 18:28
Setting up a new Ubuntu Server for Git, Ruby on Rails, and MySql
User setup
http://articles.slicehost.com/2010/4/30/ubuntu-lucid-setup-part-1
(follow all the steps up until ipTables)
Install essentials and compilers
# sudo aptitude update
# sudo apt-get install build-essential zlib1g zlib1g-dev
Install CURL
# sudo apt-get install curl