IkData Windows 10 Installer
Tabla de Contenido
Requirements
Ik-Data needs to have a database connection, the supported options are: MySQL, PostgresSQL, SQL Server and Oracle.
By default the database connections is with MySQL, if you need to change it:
- Go to the Ik-Data installation path
- Enter to the folder
WindowsServer
Note: For Linux, the folder is
ikdataRunner
- Open the file
application.properties
- Look for the section
Supported SQL Databases
- Uncomment the line with the database connection you need.
Warning: This changes will be done with Ik-Data server stopped.
- Run the Ik-Data server.
Basic MySQL Installation
MySQL
-
Download
MySQL Installer 8.0.22
from MySQL Community Downloads -
Open
MySQL Installer 8.0.22
and select Custom option. -
In the Available Products select:
MySQL Server 8.0.21
MySQL ODBC
-
Select Standalone option and continue with the installation.
Download MySQL Installer 8.0.22
from MySQL Community Downloads
Install
- Open Windows Powershell as Administrator, go to SetUp folder and and run the
ikDataSetup.ps1
script with the paraminstall
.- Note: If an error of script permission throws, execute the next line to enable scripts.
Set-ExecutionPolicy Unrestricted
.
- Note: If an error of script permission throws, execute the next line to enable scripts.
.\ikDataSetup.ps1 install
Uninstall
- Open Windows Powershell as Administrator and run the
ikDataSetup.ps1
script with the paramuninstall
.\ikDataSetup.ps1 uninstall