DigitalPreservation_2
April 26, 2018 ยท View on GitHub
Starting the application manually:
mvn clean install
mvn tomcat7:run
Using docker:
docker build -t webapp-example .
docker run -ti --rm -p 8080:8080 webapp-example
Open in browser: http://localhost:8080