How to Install Getint On-Premise in Windows Server
Last updated
Last updated
This guide provides a step-by-step process for setting up PostgreSQL, Java JDK 11, and Getint on Windows Server. It covers the installation and configuration of PostgreSQL, downloading and preparing the trial version of our app, and running the application. With these instructions, you can smoothly set up and integrate Getint into your workflow.
This guide is only intended for Getint version v1.70 and above. Please ensure your Getint version is updated to this version before proceeding.
Follow all the steps located on the PostgreSQL website here. All the software packages located on this website are essential to PostgreSQL's correct function, which would equal the proper installation of Getint.
Download and install from Oracle's official site: Java JDK 11.
Download the Getint .zip package from the provided source.
Unzip the downloaded file to a location of your choice on the Windows Server. For example, you can unzip it to C:\Users\Administrator\Downloads\getint-1.68.
The Getint team will provide the URL to download the trial version. Please visit our support portal and open a ticket if you require to download the latest version of Getint for your Windows Server.
Open a terminal (Command Prompt) on the Windows Server.
Navigate to the unzipped folder by using the cd command. For example:
Execute the call manager.bat start
command to start Getint:
Getint will start on port 80 by default.
To change the port, open the manager.bat file and modify the port number by changing the line set PORT=80 to, for example, set PORT=8080. Then, restart Getint if it's already running.
To change the database (you may use our database during the trial period), you can modify datasource variables also defined in the manager.bat:
For example, to connect to the Postgres database you can provide the following values:
Running the .bat file in this manner will execute its commands in the foreground. This means the process will continue to run as long as the console remains open. Closing the console will stop the process, causing the Getint.io .jar file to stop running. You must set the .bat file as a Windows Service to ensure it runs permanently.
Open a web browser on the same machine where Getint is running. Open your browser and type the URL, which is your machine's IP address. Alternatively, if you have a domain name assigned to the machine on which Getint is installed, you can type that domain name. If you have used a port other than 80, remember to include it in the address (i.e., the URL would be http://10.0.0.32:8089
).
Type the machine's URL:
Replace PORT with the port number configured in the getint.env
file (default is 80).
The Getint UI should load.
Use the following default credentials to sign in:
Username: admin
Password: admin
To allow Getint to launch on startup, you can create a Basic task and add it to the Task Scheduler as shown below.
Open the Task Scheduler, and click Create Basic Task.
Name your task to identify it easily if you need to make changes later.
Select the trigger for your task, also known as when do you want the task to start. Select when the computer starts, so the run.bat file launches during each startup.
Select start a program.
Use the Getint path to configure the task.
If you need any further help or if you are experiencing issues with your installation, feel free to open a support ticket at our Support Portal.