Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Installation

mhebing edited this page Sep 12, 2012 · 2 revisions

1. Download and extract ddiOnRails

$ wget https://github.com/mhebing/ddionrails/tarball/master
$ tar xzvf master

2. Bundle install and database migration

$ cd mhebing-ddionrails-XXXXXX
$ bundle install
$ rake db:migrate
Clone this wiki locally