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.
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.