To simplify the process of using noodle, a docker container may be used.
Docker installed and configured.
- Pull and run the container.
sudo docker run -p 127.0.0.1:80:80/tcp ghcr.io/software-engineering-dhbw/noodle_container:main
- Open a browser of your choice and visit
http://localhost
- Login with the username
administrator
and the passwordadministrator
.