Skip to content

Installation

Hundemeier edited this page Jun 21, 2018 · 2 revisions

The easiest way to install this software is to download the executable from the relases page manually or via wget.

With both methods, you have to mark the file as executable or otherwise you can not execute it.

Download via wget

You can download the executables via wget with the following url pattern: https://github.com/Hundemeier/key2sACN/releases/download/<version>/<executable>

eg: (raspberry with arm architecture)

wget https://github.com/Hundemeier/key2sACN/releases/download/v1.0.0/key2sACN_arm

Mark file as executable

To mark a file as executable execute the following:

sudo chmod 755 <executable>

with the example from above:

sudo chmod 755 key2sACN_arm

Starting and access the GUI

To start the executable, simply call its name like sudo ./key2sACN_arm with root privileges.

If you want to access the webgui to configure the software, you need a device that is in the same network and call one of the printed address. If you want to access the GUI from the same machine as the host on which the software is running, simply call localhost:<portnumber> instead of <IP>:<portnumber>.

The GUI refreshes its data every second, so if multiple users are changing data it will be showed to all other users a second later.

Clone this wiki locally