Boneyard
A modern interface to explore fossil scans.
Presentation Link
Website: Boneyard.io
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
- Fork the repo (https://github.com/HackTheDinos/boneyard)
- Create a branch off master
- Use RubyMine, TextEdit, Vim, Emacs, or whatever to edit files
- Git commit and push to your forked repo
- Issue a pull request against the HackTheDinos repo