Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 385 Bytes

README.rdoc

File metadata and controls

15 lines (10 loc) · 385 Bytes

Run these things:

$ brew install elasticsearch then open a new terminal window and run elasticsearch

bundle install bundle update

rake db:create && rake db:migrate

rake db:seed (if you want seed data)

Most of the functionality is linked on the navigation bar, and the user sensitive access to edits is available outside admin, which was our first CRUD system for easier debugging.