Pager is responsible for sending pages to be checked, as well as final pages to the printer.
Pager is built as an Electron app. The only external dependency is
pdftk
which handles PDF manipulation. Use this link to download for most Mac computers.
Create a config.json
file with the structure below. The
slack_settings.token
property should be set to your Slack app's Bot User OAuth Token.
{
"ftp_settings": {
"host": "",
"user": "",
"password": ""
},
"slack_settings": {
"channels": "",
"token": ""
}
}
Run node packager.js
to create a packaged Mac application.