Kinship is a Ruby on Rails application for managing and displaying genealogical data. It is inspired by webtrees
Before installing Kinship, you'll need the following:
git clone git@github.com:dkniffin/kinship.git
cd kinship
bundle install
cp config/database.example.yml config/database.yml
rake db:setup
rails s
Then, visit [http://localhost:3000] to view the site.
The db is seeded with an admin user:
email: admin@nowhere.com
pw: kinship123