- install jdk8
- install docker, docker-compose (for windows: require wsl and rancher-desktop)
-
copy
./env/.env.example to .envand./src/main/resources/application-dev.properties to ./src/main/resources/application.properties -
./mvnw package -
mkdir
./grafana/dataand./prometheus/data -
docker-compose up -d -
goto
http://localhost:9090 for prometheus -
goto
http://localhost:3000 for grafana -
goto
http://localhost:9093 for alertmanager