From 2a95101d3d5933526d089b6d0740bbdb19d2b0e9 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Mon, 12 Jul 2021 14:44:56 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 84b9d37..d44246e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ This will not work without exactly the right database schema which is out of sco * create certs: `chmod 700 create_certs.sh` , `./create_certs.sh` * clone sample env `cp .env.sample .env` and specify 1) database creds 2) working directory 3) listening port * run: `node index.js` +* navigate to `https://localhost:8080/` to valide it's connectable +* open the spreadsheet and specify the target connection additionally, to setup as service * copy .service file to //etc/systemd/system/ (adjust user/working direct if needed)