From d29b9cdd91a492f1565b59bef5cacb4de48c9c48 Mon Sep 17 00:00:00 2001 From: nivethika Date: Wed, 3 Jun 2020 16:41:37 +0200 Subject: [PATCH] update readme --- .dockerignore | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 7f5291bc..b5bbc58e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,4 +4,5 @@ out .gradle .git authorizer-app/* -docker/ \ No newline at end of file +docker/ +RADAR-Rest-Source-Auth.iml \ No newline at end of file diff --git a/README.md b/README.md index efb8f340..9f748bca 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ java -jar radar-rest-sources-authorizer*.jar ``` ## Installation To install functional RADAR-base Rest-Sources Authorizer application with minimal dependencies from source, please use the `docker-compose.yml` under the root directory - +1. Copy the `docker/etc/rest-sources-authorizer/rest_source_clients_configs.yml.template` into `docker/etc/rest-sources-authorizer/rest_source_clients_configs.yml` and modify the `client_id` and `client_secret` with your Fitbit client application credentials. ```bash docker-compose up -d --build ```