Skip to main content
Version: 2.2.0

Downloading the configuration files

info

Change the name of the directory in accordance with the one that will be used.

  1. Create the root folder for SoftExpert Suite.
sudo mkdir -p /sesuite
  1. Download the execution script.
sudo curl -L https://developer.softexpert.com/devops/download/2-2-0/linux/sesuite.sh -o /sesuite/sesuite.sh
  1. Download docker-compose.yml.
sudo curl -L https://developer.softexpert.com/devops/download/2-2-0/linux/docker-compose.yml -o /sesuite/docker-compose.yml
  1. Use the command below to give the script execution permission.
sudo chmod +x /sesuite/sesuite.sh