Output Time notifications should be enabled to provide notifications to Output Messenger. Here are the steps to enable the Output Time notification service.
Enable Notification Service on Windows
- Install NodeJS from https://nodejs.org/en/download/
- Open System Services
- Stop
OutputTimeNotificationService - Open Command Prompt (Run As Administrator)
- Change directory to
outputtime\nodedirectory.cd D:\wamp\www\ouptuttime\node - Run the following command.
node install.js - Edit this file
ouptuttime\node\config.ini - In
php_processsection, update theexe,fileattribute values; You can refer the sample paths here. exe=D:\wamp\bin\php\php5.4.16\php.exe file=D:\wamp\www\outputtime\index.php - Open System Services
- Start the
OTNotifyservice
Enable Notification Service on Linux :
- Install NodeJS from https://nodejs.org/en/download/
- Open Terminal
- Install New Notification Service using following commands.
$ cd \var\www\html\ouptuttime\node $ node install.js - Edit this file
ouptuttime/node/config.ini - In
php_processsection, update theexe,fileattribute valuesSample Paths. exe=/usr/bin/php file=/var/www/html/outputtime/index.php - Start the new notification service.
$ sudo service otnotify start