Giter VIP home page Giter VIP logo

jnaudon / bamboobsc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from billchen198318/bamboobsc

0.0 2.0 0.0 420.11 MB

bambooBSC is an opensource Balanced Scorecard (BSC) Business Intelligence (BI) Web platform, Strategic management, Departments Performance Analysis, Employee Performance Analysis, Key Performance Indicators (KPIs), KPI report, Department/Personal balanced scorecard report, region performance view, BSC Strategy MAP, KPI dashboard, SWOT and report, PDCA & PDCA report, OLAP, SQL client query results as CHART. It was built in spring4 + struts2 + hibernate + mybatis + apache-shiro + activiti

Java 97.59% FreeMarker 0.37% Groovy 0.01% Shell 0.01% JavaScript 0.01% CSS 1.78% PHP 0.08% ActionScript 0.04% XSLT 0.10% Batchfile 0.01%

bamboobsc's Introduction


Join the chat at https://gitter.im/billchen198318/bamboobsc

bambooBSC is an opensource Balanced Scorecard (BSC) Business Intelligence



Features:
1. BSC's Vision, Perspectives, Objectives of strategy, Key Performance Indicators (KPIs). and Maintain measure-data.
2. KPI report, Personal and organization BSC report. can custom workspace's layout
3. Strategy Map, and BSC SWOT.
4. Provides SQL client query results show as Chart ( PIE, BAR, LINE, AREA ).
5. Provides a simple OLAP client query.
6. Provides Sourcecard query for mobile-device browser.
7. PDCA & PDCA report.

bambooBSC architecture




License

bambooBSC is released under version 2.0 of the Apache Version 2.0

VM version install document:

install-vm-ver.pdf

manual install document:

install.pdf

manual document:

bamboobsc-guide.pdf

Download:

VM version( need with VirtualBox ): https://github.com/billchen198318/bamboobsc/releases/download/v0.6.3/bamboobsc-0.6.3-VM.7z
Manual install version: https://github.com/billchen198318/bamboobsc/releases/download/v0.6.3/bamboobsc-0.6.3.7z

contact: [email protected]

Screenshot



1 Region view.



2 Workspace.



3 KPIs dashboard.



4 Employee/Personal BSC report.



5 Department BSC report.



6 Employee 360 Degree feedback score view.



7 KPI BSC report.



7 KPI BSC report (coffee chart).



8 OLAP Client report.



9 Mobile version KPIs view.



10 BSC strategy-map.



11 SQL-Client query result as chart.



12 Support the development of integration processes flow.



13 KPI period trends / change(%).



14 PDCA Report.



15 PDCA Project history.




###Install on Windows install step video: https://www.youtube.com/watch?v=pM3q9udreDo

###Install on Linux ###1. must first install the MySQL and JDK8

# apt-get install mysql-server
# 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)

###config MySQL root account's password

# mysqladmin -u root -p password

###2. Config MySQL enable lower_case_table_names=1

# 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

###3. Get bambooBSC environment file

# cd /home/pi
# wget --no-check-certificate https://github.com/billchen198318/bamboobsc/releases/download/v0.6.3/bamboobsc-0.6.3.7z

###4. Install P7ZIP

# apt-get install p7zip

###5. Extract the archive

# p7zip -d bamboobsc-0.6.3.7z

###6. Import bbcore.sql to MySQL

# cd /home/pi/bamboobsc-06/
# mysql -u root -p

mysql> create database bbcore;
mysql> exit;

# mysql bbcore -u root -p < bbcore.sql

###7. Config applicationContext-dataSource.properties config A ( CORE system ).
/home/pi/bamboobsc-06/apache-tomcat-8.0.33/webapps/core-web/WEB-INF/classes/applicationContext/conf/applicationContext-dataSource.properties

config B (Balanced Scorecard system ).
/home/pi/bamboobsc-06/apache-tomcat-8.0.33/webapps/gsbsc-web/WEB-INF/classes/applicationContext/conf/applicationContext-dataSource.properties

config C (Simple OLAP system ).
/home/pi/bamboobsc-06/apache-tomcat-8.0.33/webapps/qcharts-web/WEB-INF/classes/applicationContext/conf/applicationContext-dataSource.properties

config D (Mobile web ).
/home/pi/bamboobsc-06/apache-tomcat-8.0.33/webapps/gsbsc-mobile-web/WEB-INF/classes/applicationContext/conf/applicationContext-dataSource.properties

settings dataSource.user and dataSource.password
dataSource.user is MySQL account
dataSource.password is MySQL password

example:

dataSource.user=root
dataSource.password=password

###8. The need to create the directory folder, for upload and report source file need.

# cd /var
# mkdir gsbsc gsbsc/upload gsbsc/jasperreport

###9. Run bambooBSC

# cd /home/pi/bamboobsc-06/apache-tomcat-8.0.33/bin
# chmod a+x catalina.sh
# chmod a+x shutdown.sh
# chmod a+x startup.sh

add JAVA_OPTS="-Xmx700M -client -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:GCTimeRatio=2 -XX:AdaptiveSizePolicyWeight=90" 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/


###Install on Amazon EC2 Failed to get local InetAddress for VMID

cannot connect to MySQL database
Please refer to:
http://stackoverflow.com/questions/603351/can-we-set-easy-to-remember-hostnames-for-ec2-instances



###Build development environments

System required
A. JDK8
B. Eclipse4 or later version
C. Apache Tomcat8

###1. Download archives file click "Download ZIP" button

###2. Unzip the archive file bamboobsc-master.zip Unzip to C:\home\git\

###3. Open eclipse workspace dir input C:\home\git\bamboobsc-master

###4. Configure eclipse settings Text file encoding to UTF-8

###5. Import project 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\

###5. Clean Java Problems ( if found Java Problem on Markers )

  1. Clean all project
  2. Restart

no found Java Problem, Environment Setup Complete

bamboobsc's People

Contributors

billchen198318 avatar gitter-badger avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.