Skip to main content
Version: 2.2.1

Downloading the configuration files

  1. Search for "Windows PowerShell" in the search bar and run it as admin.
  1. Execute this command to have full permission to run Powershell scripts.
Set-ExecutionPolicy Unrestricted -Force
  1. The SoftExpert Suite root folder will be created here. Edit it in accordance with the storage unit in which it will be installed.
mkdir C:\sesuite

Example using drive C:\

  1. Download docker-compose.yml.
Invoke-WebRequest -Uri 'https://developer.softexpert.com/devops/download/2-2-1/windows/docker-compose.yml' -OutFile 'C:\sesuite\docker-compose.yml'
  1. Download sesuite.ps1.
Invoke-WebRequest -Uri 'https://developer.softexpert.com/devops/download/2-2-1/windows/sesuite.ps1' -OutFile 'C:\sesuite\sesuite.ps1'