Simple open source family tree web application Famiree
The source code can be found here: malamalca/famiree.
- Download Composer or update
composer self-update
. - 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.
Read and edit config/app.php
and setup the 'Datasources'
and any other
configuration relevant for your application.