/kville_2

Primary LanguageRuby

Welcome to KarmaVille

Getting Started

KarmaVille uses PostgreSQL. Run the following commands to get started:

$ git clone git://github.com/Devbootcamp/karmaville.git
$ cd karmaville
$ bundle install
$ rake db:setup

The rake db:setup command could take several minutes to run.