-
Install
java11anddocker,docker-compose -
create docker network
docker network create demo
- Run infrastructures
cd infra
docker-compose up
- Confirm infrastructures are up
curl localhost:9200
curl localhost:5601 -i
- Create Kibana dashboard (only for initialization)
cd infra/metricbeat_dashboard
./create_dashboard.sh
- Build and run services
cd services
./build.sh
docker-compose up
-
Open
http://localhost:8761in browser and check all services are available -
Open
http://localhost:8080in browser