This document provides instructions for setting up Ruby on Rails with MongoDB on Ubuntu 13.04. It includes steps for installing Ruby and Rails using RVM, installing and configuring MongoDB, installing the Mongoid ORM gem, and modeling data and building a blog application using MongoDB instead of a SQL database.