Isaac Sloan - Web Developer, Photographer, Musician and Citizen of Earth
Banner700

Setting up an Ubuntu 13.04 Server for Rails

May 25, 2013

Step 1: Install Ubuntu

Step 2: Add a deploy user

sudo adduser deploy

Step 3: Update and Install dependencies

Make sure that each line completes before running the next. Don't just copy the lines in all at once or it will use the beginning letters of one line as an answer to questions the first may ask.

sudo apt-get -y update && sudo apt-get -y upgrade
Setting up an Ubuntu 13.04 Server for Rails