/nashville-developers

This is the app that we will be building in the Ruby on Rails Beginner's Meetup

Primary LanguageRuby

#Nashville Developers Directory

A directory of Nashville, TN area developers.

##Installation

Clone from github:

git clone https://github.com/seanski/nashville-developers.git

Create the database.yml and oauth.yml files

  • Example files can be found in the config directory
  • You must create twitter and facebook apps and obtain the API keys from there
  • App uses Postgres DB by default, see installation docs for your platform

##Create a new facebook app: Go to developers.facebook.com Create a new app For development, point app to localhost:3000 Put the facebook key you get in the oauth.yml file.

Install your bundle

bundle install

Configure the development database

rake db:create rake db:migrate

Run the server

rails server