Update README.md

This commit is contained in:
Paul Trowbridge 2021-07-12 14:44:56 -04:00 committed by GitHub
parent ed5f9a1d0f
commit 2a95101d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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)