beLow - Technical documentation
  • Compatibility
  • Installation guide
    • Installation modes
    • Installation instructions
      • Linux
        • Requirements
        • Installation
      • Windows
        • Requirements
        • Installation
  • Getting started
    • Start beLow
    • Sign up/log in
    • Setup a new project
    • Run an analysis
    • Run an optimization
  • Compatibility guide
    • Compatibility generalities
    • Compatibility specifics
    • CMake
    • Makefiles on Windows
    • STM32CubeIDE on Windows
    • IAR Embedded Workbench for ARM
    • Bazel
    • Custom Docker image
  • FAQ / Troubleshooting
    • FAQ
    • Troubleshooting
Powered by GitBook
On this page
  • Preparation
  • Get installer
  • Installation
  • Removal
  • Offline
  1. Installation guide
  2. Installation instructions
  3. Linux

Installation

This page describes how to install beLow solution step by step on Linux.

PreviousRequirementsNextWindows

Last updated 5 months ago

Preparation

First, be sure to meet all hardware and software .

The Linux user installing beLow must be allowed to access Docker engine through the CLI (for full installation, server only or runner only in Dockerized mode). For this, follow Docker's .

After a classical Docker installation on Ubuntu, the following commands should do the trick:

# Add current user to Docker group
sudo usermod -aG docker $USER
# Trick to avoid to perform a logout/login cycle (only works in current terminal)
newgrp docker

Get installer

You can get the latest Linux package for your distribution from WedoLow's sales.

Installation

Docker engine must be running during installation.

In a terminal, go to the folder of the package you downloaded (let's call it beLow.xxx). Then run:

sudo apt install ./beLow.deb

or

sudo dpkg -i ./beLow.deb
# If installation fails due to dependency, run the following command
sudo apt install -f
yum --nogpgcheck localinstall ./beLow.rpm

If beLow suite is successfully installed, you now have access to the following desktop applications:

  • beLow

  • beLowCTL

  • beLowCTL - Headless (RHEL only)

Removal

For a complete removal of beLow, run the following command:

sudo apt autoremove below
sudo yum remove beLow

Offline

You must have a zip file containing the required docker images. This file is provided by Wedolow.

  1. Do the installation as explained before

  2. Run the following commands:

cd /tmp && unzip docker-images-export.zip
belowctl-headless docker-images import --input /tmp/docker-images-export
requirements
Linux post-installation steps for Docker Engine
beLow apps