Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 863 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 863 Bytes

hackd.mx

This is all you need to setup the project.

Build Status

Bitdeli Badge

Installation

$ git clone [email protected]:hackd/hackd.mx.git
$ bundle install
$ rake db:setup

Run Application

$ rails server

Conventions

Entity Relationship Diagram

$ brew install graphviz           # Homebrew on Mac OS
$ sudo port install graphviz      # Macports on Mac OS X
$ sudo aptitude install graphviz  # Debian and Ubuntu

more information on the official github repository