Requirements
This page lists the requirements to run beLow on a Windows environment
Last updated
This page lists the requirements to run beLow on a Windows environment
Last updated
Minimum hardware requirements to run the full solution locally:
4-core x86-64 CPU (Intel, AMD) with virtualization capabilities
16GB RAM
5GB hard drive
Note that additional hard drive space is required for use, depending on the size of your projects.
Supported OS:
Windows 10
Windows 11
Software requirements:
(4.26.0 or later) or (1.11.1 or later). Check that docker-compose version is at least 2.21.
. Double-click on the downloaded file and follow the steps to install it.
To build/run code on your system (full solution or native runner only), running local scripts must be allowed on the system. To know if your system is able to run such scripts, run in a Powershell terminal:
If result is Restricted
, then you must to RemoteSigned
or Unrestricted
(less safe). For this, open a Powershell terminal as an administrator.
You may do that by setting execution policy to your current user:
You may also apply it to the whole local machine:
After running one of these commands, Get-ExecutionPolicy
should return RemoteSigned
.
You may still use beLow without changing execution policy, but jobs won't be able to run natively on your local system, and so you won't be able to run a Windows build or a Windows code execution.
To be able to support Docker virtualization for non-x86 platforms, the following command should be run in a non-admin Powershell terminal, while Docker Desktop or Rancher Desktop is running: