System Requirements for
This section provides system requirements for . These requirements apply to both on-premises applications and virtual machines.- Recommended Minimum: 4 GB RAM (8+ GB recommended for higher volumes of traffic)
- Adequate free disk space for job logging
- Java Development Kit (JDK) 17 or later
Determining Machine Size Requirements
Without enough RAM or virtual CPUs (vCPUs), machine performance degrades over time. Therefore, you need to consider the following criteria to determine appropriate sizing requirements for your machine:- the number of jobs you have
- the number of tables in a job
- the number of jobs that are running at any given time
- the amount of data that you replicate at any given time
Supported Web Browsers
You access the web UI through a web browser. supports the following browsers:- Google Chrome
- Microsoft Edge
- Mozilla Firefox
- Safari
Installation Steps
Download the installation file from the website and follow the installation steps below for your operating system.Windows
comes with a setup.exe installer. Run the setup.exe file and follow the installation steps. After the setup and installation steps complete, the service is installed and the application starts automatically.Linux
The Linux setup file ships as .tar.gz. This is an archive file that contains the application files.This file is not intended for Microsoft Windows setups. If you are installing on a Windows machine, download and run the Windows installer instead.
-
Extract the files from the archive. If you have not extracted a .tar.gz archive before, the following steps outline a common method:
- Create a folder in the same directory as the downloaded archive to which you want to extract the files.
-
Open a terminal window and change the directory to the download location (for example,
cd Downloads). -
Submit the following command to extract the archive into the folder that you created (in this example, the folder is named
{companyName}{siteNameShort}):tar -xvzf {companyName}{siteNameShort}.tar.gz -C {companyName}{siteNameShort}
- Move the folder that contains the extracted files to the location in which you want to place it on the disk.
- Follow the steps in Starting the Server for options around starting the application.