Orlando Walking Tours Rails

Setup

Dependencies

  • Homebrew

  • Postgres SQL

    brew install postgresql
    
  • Ruby 2.20 (rbenv recommended)

    brew update
    brew install ruby-build
    rbenv install 2.2.0
    

Installation

  1. Install bundler
gem install bundler
  1. Run bundler in the project directory
bundle install
  1. Set up your database configuration
cp database.example.yml database.yml

Enter the username and password of your local database

  1. Run rake db:setup

  2. Run rails s to start the application server locally