Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 958 Bytes

README.md

File metadata and controls

44 lines (34 loc) · 958 Bytes

Boneyard

A modern interface to explore fossil scans.

Presentation Link

Website: Boneyard.io

Deploy

Setup & Configuration

Prerequisites

  • Ruby 2.2.3
  • Bundler 1.10.6
  • postgres

Bundle up gems

bundle install

Setup database

bundle exec rake db:create
bundle exec rake db:migrate

Running the application

Command line

bundle exec rails server

Contributing

  1. Fork the repo (https://github.com/HackTheDinos/boneyard)
  2. Create a branch off master
  3. Use RubyMine, TextEdit, Vim, Emacs, or whatever to edit files
  4. Git commit and push to your forked repo
  5. Issue a pull request against the HackTheDinos repo