Update README.md

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

View File

@ -5,7 +5,7 @@ This will not work without exactly the right database schema which is out of sco
* git clone (to //opt for verbatim use of the .service file)
* `npm install`
* create certs: `chmod 700 create_certs.sh` , `./create_certs.sh`
* create .env from template .env.sample sepcifiying database creds and listening port for API, and working directory
* clone sample env `cp .env.sample .env` and specify 1) database creds 2) working directory 3) listening port
* run: `node index.js`
additionally, to setup as service