Skip to content

node api for sending email with a pdf attached, corresponding to the given webpage url

Notifications You must be signed in to change notification settings

dfa1234/iux-node

Repository files navigation

iux-node

How to setup on server (debian/ubuntu)
Install node 10 LTS, and yarn.
For yarn do not forget to add export PATH="$PATH:$(yarn global bin)" to your ~/.bash_profile or ~/.bashrc or whatever

In your repo now:

cd iux-node
mkdir cache
cp config.ts.sample config.ts
nano config.ts
#setup config
yarn
#after creating certificates with certbot, in your repo:
cd tls
./update-tls-certificates-prod.sh
cd ../
#For managing the server now:
yarn pm2-start
yarn pm2-log
yarn pm2-restart
yarn pm2-stop

About

node api for sending email with a pdf attached, corresponding to the given webpage url

Topics

Resources

Stars

Watchers

Forks