This is the project for the evangeliumsTaucher game. It's a web application that uses
- Spring Boot
- Thymeleaf
- Bootstrap
- Hibernate (coming)
- Sword
Get started
- Java
For installation https://adoptium.net/de/temurin/releases/
To use the Maven wrapper run the commands with ./mvnw
(Unix) or .\mvnw
(Windows) instead or mvn
mvn clean install
- loads the libraries
- generates custom themed bootstrap
- compiles and tests the application
mvn -pl app spring-boot:run
apt install certbot
Replace evangeliumstaucher.nobler.tech with your hostname
certbot certonly --standalone -d evangeliumstaucher.nobler.tech
crontab -e
insert
0 2 * * * cd /etc/letsencrypt/live/evangeliumstaucher.nobler.tech && sh convertCert.sh >> cron.log
see instruction https://docs.docker.com/engine/install/ubuntu/
- copyright
Have fun.