Installation instructions for Modelio 4.1 on a docker container. There is currently an incompatibility with Ubuntu 20.04 and the library requirements of Modelio 4.1. One approach to solve the problem consists in installing Modelio 4.1 on a docker container based on a compatible OS. In this case, Ubuntu 16.04 was chosen.
- Clone the repository to a local folder
git clone https://github.com/rtolosana/modelio4.1_ubuntu16.04
- Build the container:
docker build . -t modelio_img
- Grant execution permissions to the run_docker.sh script:
chmod u+x run_docker.sh
- Run the container with the run_docker script provided:
run_docker.sh