From 94dec94cb247f4bf708f8d14b5c22f6d012b33a5 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Tue, 17 Dec 2019 20:07:36 +0100 Subject: [PATCH] updated README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5029be2..32c43a7 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,14 @@ Allows you to create multiple roadmaps for your projects and displays them in a #### API Server 1. Set up a fresh PostgreSQL database. 2. Install the API server pipenv `pipenv install` -3. Adjust your settings in `settings.json` +3. Copy `settings-example.json` to `settings.json` +4. Adjust your settings in `settings.json` - `keyfile` and `certfile` in the section `server` must only be filled if `useSSL` is set to `true`. - `secret` must be filled with a random string to ensure a secure login. #### Client (Renders the roadmaps) 1. Install the Client pipenv `pipenv install` -3. Copy `settings-example.json` to `settings.json` +2. Copy `settings-example.json` to `settings.json` 3. Adjust your settings in `settings.json` - `keyfile` and `certfile` must only be filled if `useSSL` is set to `true`. - `apiURL` needs to point ot the url where the API server is running (full url including the port). -- GitLab