报表系统-flyboard使用指南

安装(数据库使用mysql)

git clone git://github.com/yuantiku/flyboard.git && cd flyboard

npm install

npm install mysql

编辑数据库配置文件

cp configs/database.example.js configs/database.js
vim configs/database.js

编辑nodejs项目文件

cp configs/app.example.js configs/app.js

初始化数据库配置文件

npm run migrate:latest

运行

DEBUG=flyboard node bin/www &

你可能感兴趣的:(报表系统-flyboard使用指南)