- Java 8
Build with Maven:
mvn clean package -Dmaven.test.skip=true
Run standalone Java app:
java -jar target/trento.mobilitydatawrapper-1.0.jar
The server is started and listening on port 8080
Build image
docker build -t smartcommunitylab/trento.mobilitydatawrapper .
Run image
docker run -p 8080:8080 smartcommunitylab/trento.mobilitydatawrapper
DB_PARKINGS_URLDB url of the parking DatabaseDB_PARKINGS_USERNAMEusername for the parking DatabaseDB_PARKINGS_PASSWORDpassword for the parking DatabaseDB_TRAFFIC_URLDB url for the traffic DatabaseDB_TRAFFIC_USERNAMEusername for the traffic DatabaseDB_TRAFFIC_PASSWORDpassword for the traffic Database