INFACore Installation > INFACore installation overview > Before you begin
  

Before you begin

Before you install INFACore, perform the following pre-implementation tasks:

Register with INFACore and create a trial account

When you register with INFACore, an organization is created for you.
To create a trial account, perform the following tasks:
  1. 1Go to Informatica Marketplace and fill in the form, as shown in the following image:
  2. In the registration form, enter you email address, first and last name, company, job title, level, function, country, phone number, and then accept the subscription agreement before you click Register.
    You will receive a registration confirmation email with a link to verify and create your password.
    The link contains your user name and the login URL details.
  3. 2Click Verify me now in the email.
  4. The registration confirmation email contains your user name and the INFACore login URL.
    You are redirected to the Create Your Account page.
  5. 3Set your password, security question, read the privacy policy, and click Submit.
  6. The form includes fields to enter a password, security question, and read the privacy policy.
You are all set! You can use these credentials to log in to INFACore.

Verify system requirements

The machine where you install INFACore requires the following minimum hardware and software configurations:
Component
Requirement
Cores per CPU
A minimum of four cores.
RAM/Memory
A minimum 16 GB.
Operating System
Microsoft Windows
  • - Windows 10 Enterprise (64-bit)
  • - Windows 2016 Server (64-bit)
  • - Windows 2019 Server (64-bit)
Linux
  • - RedHat 7.x (64-bit)
  • - RedHat 8.x (64-bit)
  • - SUSE 12 SPS (64-bit)
  • - Ubuntu 20.04 (64-bit)
Disk Space
25 GB
Microsoft Visual C++ libraries
64-bit 2010 Microsoft Visual C++ libraries must be installed on the Windows machine.
Network
  • - Requires access to the web server that runs the Informatica Intelligent Cloud Services.
  • - Requires network connectivity or internet access to sources and targets.
  • - Requires ports that are open within the firewall to allow the compute engine to connect to Informatica Intelligent Cloud Services. By default, the agent uses HTTPS port 443 for any outbound communication. For more information, see POD Availability and Networking for INFACore.
Browser
  • - Firefox
  • - Chrome
  • - Safari

Set up the development environment

Before you install, you need to set up your development environment to use INFACore.

INFACore SDK for Python

To install the INFACore SDKs for Python, set up your Python development environment. The Python version must be 3.8.0 to 3.11.x.

JupyterLab extension for INFACore and the INFACore SDK for Python

Before you install the JupyterLab extension for INFACore and the INFACore SDKs for Python, you need to set up a JupyterLab environment to use INFACore.
INFACore supports the following JupyterLab and python versions:
For example, if you want to set up a conda environment, run the following command from the Anaconda prompt:
conda create -n jupyterlab-ext --override-channels --strict-channel-priority
-c conda-forge -c nodefaults jupyterlab=3 python=3.10.4