Download the latest release of UniTime 4.8.126 or later from UniTime nightly builds or UniTime releases.
Unzip the downloaded distribution, and go to the docker
folder.
unzip unitime-4.8_bld126.zip
cd docker
Build and deploy docker images using the following command:
docker-compose build && docker-compose up
Once the project has been built and deployed, UniTime should become available at localhost:8888.
Log in using admin
as both user name and password.
This is a simple installation much like the online demo, with only one web-server and no dedicated solver server.
All components (OpenJDK 11, Tomcat 9, and MySQL 8.3) are included in one container.
No HTTPS included, but a reverse-proxy can be used to provide SSL layer.
Inspired by vlatka-sinisa/docker-unitime
See UniTime Installation for traditional installation, customization, etc.
Back to UniTime Online Documentation | © UniTime 2024 | Content available under GNU Free Documentation License 1.3 |