# Quick Start Download and install elasticsearch (verision 8.3) from elastic.com Download and install mongodb from mongodb Configure the service The configuration files for Phoebus Olog are present under phoebus-olog/tree/master/src/main/resources/applications.properties Build: ```bash mvn clean install ``` Start the service: ```bash mvn org.springframework.boot:spring-boot-maven-plugin:run ``` Detailed Installation Instructions: [Install Phoebus Olog](https://github.com/Olog/phoebus-olog#installation).