Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.66 KB

File metadata and controls

40 lines (30 loc) · 1.66 KB

Build Status License Coverity Scan Build Status

Synthesis Synchronization Engine

We have just moved this project from closed source to AGPLv3, please let us know if you any issues with missing or inaccurate documentation.

###Synthesis

Requirements

  • Java JDK 7 or 8
  • Maven 3.1+
  • Tomcat 7+
  • MySQL 5.5+

Build

mvn clean install

Deploy

Deploy synthesis-war

DB setup

  • Install MySQL 5.5+
  • Run synthesis-service/src/main/sql/create-mysql.sql
  • Run synthesis-service/src/main/sql/demo-data-mysql.sql

Configure

  • Add 'set "SYNTHESIS_HOME=/opt/yourSynthesisHome"' to your sentenv file in tomcat/bin
  • Copy the synthesis-war/src/main/webapp/WEB-INF/config/application.properties to your home folder
  • Update application.properties

JavaDoc