- Transfer the Docker package archive to the jump machine where you have installed the management tools
- Using WinSCP transfer the file release-10.X.X.7z to the Linux server to the docker folder
- Open an SSH session to Linux server using putty (SSH client)
- Extract all the files from the supplied package to a folder with 7zip
- Command: 7za x release-10.X.X.7z
- Edit the file “docker-compose.yml” from the extracted folder and set from the backed up previous step the information:
- SQL Server address and port
- SQL User
- SQL password (open text)
- Time Zone (http://joda-time.sourceforge.net/timezones.html)
- BPC URL (ex. http://server:8080 – the address of the EPC Server running on windows)
- Install the images to Dockers repository
- Run the command in SSH client: #sh install.sh
- Start the Dockers
- Run the command in SSH client: #sh start.sh
Need more help with this?
Visit the Support Portal