Skip to content

joystickjog

imarin2 edited this page Mar 25, 2017 · 3 revisions

Brief Introduction

This is a fantastic plugin by Tom Haraldseid. A must-have. The source is here.

These instructions have been tested with FAB UI beta v.0.985. This is what you get when you download the RPI SDCard image following the official instructions as of February 2017.

Installation directly from Git

  1. SSH to your FABtotum (default password is "fabtotum"):
    ssh root@fabtotum

  2. Go to the plugins' directory:
    cd /var/www/fabui/application/plugins

  3. Clone the repo:
    git clone https://github.com/FAB-UI-plugins/joystickjog.git

Updating the plugin from Git

  1. Repeat 1 and 2 of the installation from Git

  2. Pull the changes:
    git pull

Clone this wiki locally