diff --git a/authentication-demo-service/README.md b/authentication-demo-service/README.md index 57901d7447..0dba382d4f 100644 --- a/authentication-demo-service/README.md +++ b/authentication-demo-service/README.md @@ -3,4 +3,24 @@ ## Overview Demo authentication service used by automation tests. +## Build & run (for developers) +Prerequisites: +[Config Server](https://docs.mosip.io/1.2.0/modules/module-configuration#config-server) +The project requires JDK 1.21. +1. Build and install: + ``` + $ cd authentication-demo-service + $ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true + ``` + +2. Build Docker for a service: + ``` + $ cd + $ docker build -f Dockerfile + ``` + +### Configuration +[application-default.properties](https://github.com/mosip/mosip-config/blob/dev-integration/application-default.properties) + +defined here. \ No newline at end of file