Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

skalnik/atlrug3

Repository files navigation

ATLRUG

This is the Rails app that runs http://atlrug.com.

Setup

$ brew install postgres # Then setup with instructions
$ bundle install
$ rake db:create
$ rake db:schema:load