malamalca/famiree
Composer 安装命令:
composer create-project malamalca/famiree
包简介
Famiree family tree app
README 文档
README
Simple open source family tree web application Famiree
The source code can be found here: malamalca/famiree.
Installation
- 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.
Configuration
Read and edit config/app.php and setup the 'Datasources' and any other
configuration relevant for your application.
统计信息
- 总下载量: 105
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-01-15
