Openource BI Report System, simple and powerful
- Login Page
- Concurrent Tasks
- Version Page, loaded by module
- Modulized Architecture (Done)
- Scheduled Concurrent Tasks (Done)
- Multilingual WEB UI (Done)
- Configurable PHP modules (Done)
- WEB APIs (Done)
- General Ledger (Done, Will be splited from core)
github.com/go-sql-driver/mysql
github.com/go-xorm/xorm
github.com/gljubojevic/gocron
github.com/360EntSecGroup-Skylar/excelize
github.com/go-gomail/gomail
github.com/chai2010/gettext-go/gettext
- To build TinyBI, use make.sh to simplize the Installation process
#Just enter make.sh to show usage;
./make.sh
#Build the core
./make.sh build
#Build the modules
./make.sh build_mods
#Create a new configuration from example
cp etc/config.json.example etc/config.json
#Edit the config.json, then start the binary
bin/tinybi_exec
#Visit http://your_address/setup.html to setup the system administrator

