Skip to content
Austen Constable edited this page Sep 22, 2018 · 2 revisions

Welcome to the teamdashboard wiki!

Developer notes

Building

mvn clean install

Running Mongo DB for testing

docker run --name mongo_container -p 27017:27017 -d mongo:3.6.8-stretch

Running in development

mvn spring-boot:run -Dspring.boot.run.arguments="--spring.data.mongodb.host=localhost, --spring.data.mongodb.database=test, --spring.data.mongodb.post=27017"

Clone this wiki locally