Skip to content

Instantly share code, notes, and snippets.

@larsvegas
Last active December 28, 2015 23:39
Show Gist options
  • Save larsvegas/7580019 to your computer and use it in GitHub Desktop.
Save larsvegas/7580019 to your computer and use it in GitHub Desktop.
SuhailPublisher installation guide @ koelncampus.com

SynPro.io

SuhailPublisher installation guide @ koelncampus.com

What we did

  1. killed cron.exe, the old playlist tool
  2. All the tasks of the Installation Guide - see below

open to do

  1. create an autostart for node suhail-publisher.js
  2. clean up the mitschnitt-pc from the old playlist-tool (cron.exe, parser.php, etc)
  3. 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).

Installation

  1. install node.js - find it for your platform here: http://nodejs.org
  2. clone https://github.com/larsvegas/suhail-publisher or Download the latest version https://github.com/larsvegas/suhail-publisher/archive/master.zip
  3. open a commmand line
  4. change in to the SuhailPublisher directory
  5. run npm install --production
  6. copy config.json.sample to config.json
  7. edit config.json and put in your configuration data (Parser info, suhailStationId, etc.). If you do not have configuration data, you can request them from http://synpro.io.
  8. run node suhail-publisher.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment