Menu

CI-Reports v0.1 build guide

Ippei Akiya

This document indicates the build process of CI-Reports.

Preparation before the build of CI-Reports
It is necessary to complete to install ...
...Ubuntu 12.04 (Other Linux system is OK, e.g., CentOS)
...Oracle Java 1.7.0 (provably fail to build with OpenJDK)
...MySQL 5.1.67
...Tomcat 7
...Apache Maven 3

First Step
Save mysql-connector-java-5.1.22-bin.jar that is getting from mysql web site into " CI-Reports_Base/ci-reports/buildomatic/conf_source/db/mysql/jdbc/" directory.
CI-Reports_Base means the directory of expanded ci-reports-ver.0.1.tar.gz.

Second Step
cd CI-Reports_Base/ci-reports/buildomatic/
Modify default_master.properties to fit your environment, especially MySQL account and password are most important.

Last step
Run the following commands.
js-ant clean-config
js-ant gen-config
js-ant add-jdbc-driver
js-ant build-ce
js-ant create-js-db (if you need to remove then js-ant drop-js-db)
js-ant build-js-ddl-ce
js-ant init-js-db-ce
js-ant create-sdtm-db (if you need to remove then js-ant drop-sdtm-db)
js-ant load-sdtm-db
js-ant run-unit-test-ce
js-ant deploy-webapp-ce

Log in info
Default user accounts
administrator: ciadmin (password -> ciadmin)
user: ciuser (password -> ciuser)


Related

Wiki: Home