(1) Verify prerequisites#
Required access#
Internet access |
Specifically, you must have access to Docker Hub and PyPI. |
---|---|
Administrative access |
You must have administrative-level access to set firewall rules. |
Required Hardware#
Memory |
Minimum 16 GB RAM. |
---|---|
Processor |
Minimum 4 cores. |
Disk Space |
Enough disk space to accommodate the number and size of files expected to be transferred by users. |
Required software#
Operating systems: |
Windows 11 or Windows Server 2022 |
---|---|
System Language |
English (United States) |
Ansys products |
Ansys optiSLang 2024 R2 or later |
Third-party products#
Python |
3.9 to 3.11, with The platform automatically uses the Python interpreter included within the Ansys installation. If there is no Python within the Ansys installation, the platform can use an alternative Python interpreter. |
---|---|
WSL 2 |
Windows Subsystem for Linux (WSL) is a feature of Windows that allows you to run a Linux environment on your Windows machine, without the need for a separate virtual machine or dual booting. It is needed to host the app platform’s services, as they run in Linux containers. More information about WSL here. To install it, just run the following in administrator mode and restart the machine: wsl --install --no-distribution
Enable-WindowsOptionalFeature -Online -FeatureName "Microsoft-Windows-Subsystem-Linux"
WSL System Resource Allocation: The WSL environment must meet the following recommended requirements:
Follow the steps below to check and update allocated resources to WSL:
|
Linux distribution in WSL |
The platform needs a Linux distribution to be executed. In order to install it, just run the following in administrator mode: wsl --install -d Ubuntu-22.04
|
Docker, Docker Compose |
2.17.0 or greater Docker is a platform for developing, shipping, and running applications in isolated containers, and Docker Compose allows you to define and manage multi-container applications with a single configuration file. |
To install Docker, follow these steps:
|