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.
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 run.bat
command to start Getint:
Getint will start on port 80 by default.
To change the port, open getint.env
, modify the port number, and save the changes. Then, restart Getint if it's already running.
To change the database, modify the values below the H2 database if you want to switch to Postgres. However, you may use our database during the trial period.
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. To ensure it runs permanently, you need to set the .bat file as a Windows Service.
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
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.