Assumption:
·
Mysql server 5.7 and tomcat 8.5 is installed in
same desktop.
·
Did not changed any default config in iiq.properties
1.
Download identityiq-7.3 from compass
2.
Uzip the installer zip
3.
Create a folder identityiq_home and copy identityiq.war
war file in it
4.
Extract the war file
C:\identityiq_home>jar -xvf
identityiq.war
5.
Delete identityiq.war file from identityiq_home
6.
Go to C:\identityiq_home\WEB-INF\database. create_identityiq_tables-7.3.mysql
should be there
7.
Open mysql command line client
8.
I had a problem to run database. create_identityiq_tables-7.3.mysql
file from the path, to avoid, I copied database. create_identityiq_tables-7.3.mysql
to path of the C:\Program
Files\MySQL\MySQL Server 5.7\bin and tan the below command.
9.
Run the command Show databases the new schemas
should be shown.
10.
Create a folder identityiq in C:\apache-tomcat-8.5.39\webapps
11.
Copy the content of identityiq_home in identityiq directory.
12.
Start tomcat
No comments:
Post a Comment