# Automation TeraFlow OS service The Automation service, also known as Zero-Touch Provisioning (ZTP), is tested on Ubuntu 20.04. Follow the instructions below to build, test, and run this service on your local environment. ## Compile code ` ./mvnw compile ` ## Execute unit tests ` ./mvnw test ` ## Run service ` ./mvnw quarkus:dev `