Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 319 Bytes

README.rdoc

File metadata and controls

11 lines (7 loc) · 319 Bytes

Getting Started

  1. At the command prompt, install all the required gems:

    <tt>bundle install</tt>
  2. Create database:

    <tt>bundle exec rake db:migrate</tt>
  3. Configure the toy library settings by renaming /config/settings.yml.example into /config/settings.yml and modify it.

  4. Populate the database