Installing FLECS Core on a Windows PC using Docker Desktop
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide provides step-by-step instructions for installing and setting up FLECS Core on a Windows PC using Docker Desktop.
Windows PC with Docker Desktop installed and configured.
Ensure Docker Desktop is running properly and has the necessary resources allocated (at least 2 CPUs and 4 GB RAM).
Administrator privileges on your PC.
Internet access to download Docker images.
Download Docker Desktop Visit the official and download the installer for Windows.
Install Docker Desktop Follow the installation wizard to set up Docker Desktop on your PC.
Enable WSL 2 Backend Support Docker Desktop utilizes WSL 2 (Windows Subsystem for Linux) for efficient container execution. Ensure this is enabled during installation.
Start Docker Desktop Verify that the Docker daemon is running before proceeding with the installation.
The folder where you install FLECS Core is entirely up to you. For this example, we'll use C:\flecs-core
. Open Command Prompt or PowerShell and run:
For demonstration purposes, here is an example configuration you can use:
Open a terminal, navigate to the installation directory, and execute the following command:
Use the following command to verify the containers are running:
Ensure the flecsd
and webapp
containers are listed and running.
The FLECS WebApp should now be accessible. From here, you can install, configure, and manage apps.
Check the logs with:
Ensure that no firewall or antivirus is blocking access to the local ports.
The latest version of the docker-compose.yml
file can always be found in the official documentation at:
By following the steps above, you have successfully installed and configured FLECS Core on your Windows PC. Remember, you can choose any folder for the installation and always refer to the latest Docker Compose file in the . You are now ready to efficiently manage your automation projects using the FLECS platform.