Installation
This page describes how to install beLow solution step by step on Windows.
Preparation
First, be sure to meet all hardware and software requirements.
Get installer
You can get the latest Windows package for your distribution from WedoLow's sales.
Installation
Docker must be running during installation.
First, unzip the downloaded .zip archive in a directory of your machine, and run the .msi file extracted from the archive by double-clicking on it.
Unzipping the archive is compulsory, running the .msi file directly from the archive will make the installation fail.
Click Next and accept the license agreement to continue.
Choose your setup.
For a classical usage, select Complete or Typical. Click Next, then Install. In Custom mode you may select:
Everything for a full installation
UI for UI installation only
beLowCTL for server installation only
runner for runner installation only
Wait for installation to finish. beLow is now installed.
Update
To update beLow, simply run the new .msi file provided to you, and follow the same steps as in Installation section.
Removal
You may remove beLow in Apps & features section of Windows.

Find beLow, click Uninstall and follow the instructions.
Offline
You must have a zip file containing the required docker images. This file is provided by Wedolow.
Do the installation as explained before
Unzip the provided file on your desktop
Open a PowerShell terminal and run the following commands (assuming your username is
myName
):
belowctl-headless docker-images import --input c:\Users\myName\desktop\docker-images-export
Last updated