15 lines
524 B
Markdown
15 lines
524 B
Markdown
## Setup
|
|
|
|
* 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
|
|
* `node index.js`
|
|
to setup as service
|
|
* copy .service file to //etc/systemd/system/ (adjust user/working direct if needed)
|
|
* `sudo systemctl enable forecast_api.service`
|
|
|
|
## Initial Forecast
|
|
|
|
* all SQL depends on unchanged core sales matrix table schema
|