Skip to main content
linkedin facebook youtube
arrow

Installing 5S Control software - Part 2 - Docker

                                      And here we’ve come to Docker

 

Useful info5S Control uses Docker containers to give customers deployment flexibility. Docker is a containerization platform that packages an application and all its dependencies together as a docker container to ensure that the application runs smoothly in any environment. Docker is a very useful tool - you only need the Internet once or twice. After that, all the functionality of 5S Control becomes self-contained. That's why we emphasize that using our software is safe for your business.


Setting Up Docker

1- Install Docker from the command line as it is described in the Step 1 of the tutorial

2- Install Docker Compose from the command line as it is described in the Step 1 of the tutorial

3- Download the docker-compose.yml file from the official 5S repository

4- Open the folder with docker-compose.yml

5- Using the terminal, enter the command

cd Downloads/ (name of the folder where the downloaded docker-compose.yml file is saved)

6- Run docker-compose using the following command:

sudo docker compose up -d

7- Wait for the installation to finish

8- Open your Chrome Browser and type localhost (127.0.0.1) in

You will be directed to the 5S Control login page. Enter in login admin and password admin to log in.

Congratulations! 

As you have realized, it takes some knowledge and skill to use Docker. For more information visit this page

 

03 February 2023
Industry 4.0 Evangelist