Loading repository data…
Loading repository data…
billchen198318 / repository
next version move to https://github.com/billchen198318/hillfog, bambooBSC is an opensource Balanced Scorecard (BSC) Business Intelligence (BI) Web platform. BSC's Vision, Perspectives, Objectives of strategy, Key Performance Indicators (KPIs), Strategy Map, and SWOT, PDCA & PDCA report, Time Series Analysis.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Features:
# apt-get install oracle-java8-jdk
# java -version
java version "1.8.0" Java(TM) SE Runtime Environment (build 1.8.0-b132) Java HotSpot(TM) Client VM (build 25.0-b70, mixed mode)
# mysqladmin -u root -p password
# service mysql stop
# vi /etc/mysql/my.cnf
add lower_case_table_names=1
[mysqld]
lower_case_table_names=1
and save my.cnf
# service mysql restart
# cd /home
# wget --no-check-certificate https://github.com/billchen198318/bamboobsc/releases/download/v0.7.8/bamboobsc-0.7.8-RELEASE.7z
# apt-get install p7zip
# p7zip -d bamboobsc-0.7.8-RELEASE.7z
# cd /home/bamboobsc-07/
# mysql -u root -p
mysql> create database bbcore; mysql> exit;
# mysql bbcore -u root -p < bbcore.sql
config A ( CORE system ). /home/bamboobsc-07/apache-tomcat-8.5.56/webapps/core-web/WEB-INF/classes/applicationContext/conf/applicationContext-dataSource.properties config B (Balanced Scorecard system ). /home/bamboobsc-07/apache-tomcat-8.5.56/webapps/gsbsc-web/WEB-INF/classes/applicationContext/conf/applicationContext-dataSource.properties config C (Simple OLAP system ). /home/bamboobsc-07/apache-tomcat-8.5.56/webapps/qcharts-web/WEB-INF/classes/applicationContext/conf/applicationContext-dataSource.properties config D (Mobile web ). /home/bamboobsc-07/apache-tomcat-8.5.56/webapps/gsbsc-mobile-web/WEB-INF/classes/applicationContext/conf/applicationContext-dataSource.properties settings dataSource.user and dataSource.password dataSource.user is MariaDB account dataSource.password is MariaDB password
example:
dataSource.user=root
dataSource.password=password
# cd /var
# mkdir gsbsc gsbsc/upload gsbsc/jasperreport
# cd /home/bamboobsc-07/apache-tomcat-8.5.56/bin
# chmod a+x catalina.sh
# chmod a+x shutdown.sh
# chmod a+x startup.sh
add JAVA_OPTS="-Xmx2048M -XX:+UseG1GC -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US" to catalina.sh
# ./startup.sh
Wait a few minutes, Use google Chrome or Firefox browser (no support IE) input url ( [IP-Address]:[Port]/core-web/index.action ) example (if server IP-Address is 192.168.1.100) : 192.168.1.100:8080/core-web/index.action
the log file on /tmp/
cannot connect to MariaDB database Please refer to: http://stackoverflow.com/questions/603351/can-we-set-easy-to-remember-hostnames-for-ec2-instances
System required
A. JDK8
B. Eclipse4 or later version
C. Apache Tomcat8
click "Download ZIP" button
Unzip to C:\home\git\
workspace dir input C:\home\git\bamboobsc-master
settings Text file encoding to UTF-8
a. core-persistence b. core-lib c. core-base d. core-web e. gsbsc-standard f. gsbsc-web g. qcharts-standard h. qcharts-web i. gsbsc-mobile-web j. gsbsc-persistence k. qcharts-persistence
config tomcat7 server
config core-lib project "ThirdPartyLib" user libraries add External JARs: all jar file on C:\home\git\bamboobsc-master\core-web\WEB-INF\lib\
config core-base project "CORE-LIB" user libraries add External JARs: "core-persistence.jar" and "core-lib.jar" on C:\home\git\bamboobsc-master\core-export-lib\
config gsbsc-standard project "CORE-BASE" user libraries add External JARs: "core-base.jar", "gsbsc-persistence.jar" on C:\home\git\bamboobsc-master\core-export-lib\
no found Java Problem, Environment Setup Complete
01 - Entitiy
02 - DAO and Service
03 - Logic service
04 - Controller
05 - Program registration and Menu settings
06 - Role and authority settings
07 - Expression support Logic Service
08 - WebService
<a h