- killed cron.exe, the old playlist tool
- All the tasks of the Installation Guide - see below
- create an autostart for
node suhail-publisher.js - clean up the mitschnitt-pc from the old playlist-tool (cron.exe, parser.php, etc)
- check if
z:\is always readable, even after a reboot. We had to type in the admin password for the first time and we are not sure if this is necessary always (or even how to prevent this).
- install node.js - find it for your platform here: http://nodejs.org
- clone https://github.com/larsvegas/suhail-publisher or Download the latest version https://github.com/larsvegas/suhail-publisher/archive/master.zip
- open a commmand line
- change in to the SuhailPublisher directory
- run
npm install --production - copy
config.json.sampletoconfig.json - edit
config.jsonand put in your configuration data (Parser info, suhailStationId, etc.). If you do not have configuration data, you can request them from http://synpro.io. - run
node suhail-publisher.js
