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