Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.44 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.44 KB

Famiree is a PHP Family Tree

License: MIT CI codecov Total Downloads

Simple open source family tree web application Famiree

The source code can be found here: malamalca/famiree.

alt text

Installation

  1. Download Composer or update composer self-update.
  2. Run php composer.phar create-project malamalca/famiree --no-dev.

If Composer is installed globally, run

composer create-project malamalca/famiree --no-dev

You can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:

bin/cake server -p 8765

Then visit http://localhost:8765 to see the welcome page.

Configuration

Read and edit config/app.php and setup the 'Datasources' and any other configuration relevant for your application.