Requirements
- You need very basic knowledge about Ubuntu.
- During the installation of Ubuntu, if possible, please choose ENGLISH as main language so that it will be easier for us to provide you support if needed.
Installation steps
Install Gstreamer
- Open the Ubuntu terminal and and type this command:
apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio build-essential libstdc++6
Install Dragonfly
Open the Ubuntu terminal:
- Click here to receive the DEB package of Dragonfly and put it inside your chosen directory.
- Open the Ubuntu terminal and move into the download location of the DEB package and install Dragonfly with this command:
sudo apt install -f ./<packet_name>.deb
- stop the service with
sudo systemctl stop dragonfly.service
- put the license.token file (received by Onit) inside
/root/.dragonfly
- edit the appsettings.json file and add a deviceid to identify that Dragonfly instance (e.g. “Forklift001“)
- start the service with
sudo systemctl start dragonfly.service
The Dragonfly:
- Application will be installed in
/opt/onit/dragonflyservice
- Service will be installed in
/etc/systemd/system
. - user data folder can be found in
/root/.dragonfly
The Dragonfly Service can be:
- started with
sudo systemctl start dragonfly.service
- stopped with
sudo systemctl stop dragonfly.service
- queried for its status with
sudo systemctl status dragonfly.service
How to uninstall Dragonfly
To uninstall Dragonfly run the following command
To uninstall Dragonfly run the following command
sudo apt remove dragonflyservice