Skip to content

Building a Ubuntu 12.04 LTS Dev VM

Nicholas Martin edited this page Feb 23, 2014 · 19 revisions

Installing Ubuntu on a VM

  1. Install VirtualBox.
  2. Download the Ubuntu 12.04 LTS (x64) iso.
  3. Create a Ubuntu (x64) VM with the iso mounted. It can be mounted from storage.
  4. Boot the VM. It may take a bit to get going.
  5. Go through the Ubuntu installation. Don't install the updates or 3rd party additions.
  6. Install the 3rd party guest additions.
  7. Restart. You should be able to have a decent resolution now.

Install Ruby

You want RVM to do this, period. Watercooler currently runs Ruby 2.0.

  1. Install curl. sudo apt-get install curl
  2. Install RVM, with Rails. \curl -sSL https://get.rvm.io | bash -s stable --rails You may need to enter your password a few times.

Install git and clone the project.

Clone this wiki locally