Skip to content

IntegratedBreedingPlatform/bms-config-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bms-config-template

Aggregates all BMS modules and provides template configuration for building.

Installation

Clone the repo and submodules in the same directory. Follow installation instructions in BMS Manual setup

Usage

Setup database connection properties (db.host, etc.) in template/application.properties.

Build BMS modules:

mvn clean install -DskipTests -Duser.name=template

Or you can copy the template directory to a folder named as your system user name and simply run

mvn clean install -DskipTests 

On successful build, .war files will be created in target folder under each web application project directory. Deploy .war files to tomcat/webapp folder.

TODO

  • Enable tests

Releases

No releases published

Packages

No packages published