Follow the official instructions here
On the terminal run the following command to clone the repo
git clone https://github.com/CollaborativeRoboticsLab/industrial-robots-and-systems-world.git
Enter the folder
cd industrial-robots-and-systems-world
Pull the latest docker containers
docker compose pull
Allow permission for UI interfaces from docker containers
xhost +local:root
Start the docker containers
docker compose up
Enter the folder
cd industrial-robots-and-systems-world
Pull the latest docker containers
docker compose -f compose-editor.yaml pull
Allow permission for UI interfaces from docker containers
xhost +local:root
Start the docker containers
docker compose -f compose-editor.yaml up
Make sure to save the files created using the editor into editor_shared_folder
Then the files will be available in the industrial-robots-and-systems-world/openplc_data
folder.
Access them from there
Stop the docker containers
docker compose stop
docker compose -f compose-editor.yaml stop
Remove docker containers
docker compose down
docker compose -f compose-editor.yaml down