- 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_URL
DB url of the parking DatabaseDB_PARKINGS_USERNAME
username for the parking DatabaseDB_PARKINGS_PASSWORD
password for the parking DatabaseDB_TRAFFIC_URL
DB url for the traffic DatabaseDB_TRAFFIC_USERNAME
username for the traffic DatabaseDB_TRAFFIC_PASSWORD
password for the traffic Database