Menu

Tree [b095c8] master /
 History

HTTPS access


File Date Author Commit
 bin 2018-12-04 David A. Durrant David A. Durrant [0d0206] - library X is loading again
 config 2018-11-28 David A. Durrant David A. Durrant [0f08cd] - compile works
 customer 2018-11-06 Unknown Unknown [7c982d] Convert from CVS to GIT
 data 2018-11-06 Unknown Unknown [7c982d] Convert from CVS to GIT
 doc 2018-11-14 David A. Durrant David A. Durrant [0ec010] - Update Doc titles with Identigrate instead of...
 install 2019-03-05 David A. Durrant David A. Durrant [b095c8] - Update to some minor SQL changes for initial ...
 lib 2018-12-04 David A. Durrant David A. Durrant [0d0206] - library X is loading again
 logs 2018-11-06 Unknown Unknown [7c982d] Convert from CVS to GIT
 savedmessages 2018-11-06 Unknown Unknown [7c982d] Convert from CVS to GIT
 src 2019-01-28 David A. Durrant David A. Durrant [8c4d12] - Move to OpenJDK 11
 util 2018-11-06 Unknown Unknown [7c982d] Convert from CVS to GIT
 .gitignore 2018-12-05 David A. Durrant David A. Durrant [2b78fa] - Update gitignore to ignore log files created ...
 pom.xml 2018-11-28 David A. Durrant David A. Durrant [0f08cd] - compile works
 readme.md 2018-12-13 David A. Durrant David A. Durrant [e93c9a] - Update minor readme lines

Read Me

Note: Read doc\InstallingDevelopmentVersionOfIdentigrate.doc for additional details

MySQL DB Creation

Docker Setup
- docker pull mysql
- docker run --name mysql-identigrate -p 3306:3306 -p 33060:33060 -e MYSQL_ROOT_PASSWORD=password -e MYSQL_DATABASE=identigrate -e MYSQL_USER=identigrate -e MYSQL_PASSWORD=password -d mysql
- Note: the above creates the DB schema identigrate and the default user identigrate for you.

Database Creation
- Run EnyWareDatabaseCreation - MySql - Step 2 - Perform as IDENTIGRATE.sql
- Run EnyWare Example Data - MySQL - Perform as IDENTIGRATE.sql

App Config & run
- Edit BaseConfig.ini or use the default setup BaseConfigTest.ini
- Edit & Run Custom Data - Edit and Perform as IDENTIGRATE.sql or use the default setup Custom Data - Edit and Perform as IDENTIGRATE Test.sql

Running Identigrate

Unix/Linux/OSX
- cd ./bin/unix
- chmod u+x *.sh
- Most likely all the line endings in the .sh files need to be corrected
- cd ./lib
- chmod 777 libx.so
- chmod 777 x.dll

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.