https://github.com/dkniffin/kinship-old
An open-source genealogy app, written in rails
https://github.com/dkniffin/kinship-old
Last synced: about 2 months ago
JSON representation
An open-source genealogy app, written in rails
- Host: GitHub
- URL: https://github.com/dkniffin/kinship-old
- Owner: dkniffin
- License: bsd-3-clause
- Created: 2013-11-04T18:30:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T02:22:20.000Z (over 2 years ago)
- Last Synced: 2025-02-23T21:05:37.272Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 7.86 MB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://badge.fury.io/gh/dkniffin%2Fkinship)
[](https://travis-ci.org/dkniffin/kinship)
[](https://codeclimate.com/github/dkniffin/kinship)
[](https://coveralls.io/github/dkniffin/kinship?branch=master)
[](https://github.com/ruddfawcett/reposs)
[](https://github.com/dkniffin/kinship/blob/master/LICENSE.txt)
[](https://gitter.im/dkniffin/kinship)# Kinship
Kinship is a Ruby on Rails application for managing and displaying genealogical data. It is inspired by [webtrees](https://www.webtrees.net)
## Installation
### Pre-requisitesBefore 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`