break in bullets

This commit is contained in:
Paul Trowbridge 2021-07-12 14:33:51 -04:00
parent 652257fbf0
commit 1c8593a9a8

View File

@ -5,7 +5,8 @@
* 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
* `node index.js`
to setup as service
additionally, to setup as service
* copy .service file to //etc/systemd/system/ (adjust user/working direct if needed)
* `sudo systemctl enable forecast_api.service`