kinship-old

An open-source genealogy app, written in rails

BSD-3-CLAUSE License

Stars
4
Committers
3

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:

  • Postgresql
  • Ruby

Install

git clone [email protected]: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: [email protected] pw: kinship123