dkniffin / kinship-old

An open-source genealogy app, written in rails
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Version Build Status Code Climate Coverage Status Repo Size License Gitter

Kinship

Kinship is a Ruby on Rails application for managing and displaying genealogical data. It is inspired by webtrees

Installation

Pre-requisites

Before installing Kinship, you'll need the following:

Install

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