Downloading the configuration files
info
Change the name of the directory in accordance with the one that will be used.
- Create the root folder for SoftExpert Suite.
sudo mkdir -p /sesuite
- Download the execution script.
sudo curl -L https://developer.softexpert.com/devops/download/2-2-1/linux/sesuite.sh -o /sesuite/sesuite.sh
- Download docker-compose.yml.
sudo curl -L https://developer.softexpert.com/devops/download/2-2-1/linux/docker-compose.yml -o /sesuite/docker-compose.yml
- Use the command below to give the script execution permission.
sudo chmod +x /sesuite/sesuite.sh