Setting up the Asset Tracker Environment

From Nate's Programming Wiki

Jump to: navigation, search

Installing Rails

  • Install ruby 1.8.7

On Ubuntu:

sudo apt-get install ruby build-essential libopenssl-ruby ruby1.8-dev

On Mac:

You just need to install Xcode version 4
  • Install rubygems 1.3.7
  • Install rails
  • Install mysql
  • Install mysql2
  • Install active_scaffold
  • Install actionmailer
  • Install mongrel
  • Install sqlite3
sudo gem install sqlite3
  • Run bundle install
Personal tools