Installing Rails on a fresh Linode Ubuntu Install

We have been playing around with Linode recently and have been moving most of our sites that are hosted on VPS across to Linode. So I thought I would write a quick getting started tutorial on how to install a rails stack on Linode. Login as root, and add a new user (deploy) ssh root@my_linode_ip [...]

Installing Ruby on Rails and MultiRuby on Snow Leopard

Below are instructions on how to install a multi-ruby system, Ruby on Rails and everything you need to run a basic Ruby on Rails setup. Running the RVM gem (which we show how to install) allows you to easily run multiple Ruby versions and switch seamlessly between them. First steps: – Checking your Architecture Make [...]