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
OutputTimeNotification
Service - Open Command Prompt (Run As Administrator)
- Change directory to
outputtime\node
directory.cd D:\wamp\www\ouptuttime\node
- Run the following command.
node install.js
- Edit this file
ouptuttime\node\config.ini
- In
php_process
section, update theexe
,file
attribute 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
OTNotify
service
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_process
section, update theexe
,file
attribute valuesSample Paths. exe=/usr/bin/php file=/var/www/html/outputtime/index.php
- Start the new notification service.
$ sudo service otnotify start