Skip to content

FlightRadar24 data feeder installation script for Debian 9 & 10 amd64 / Ubuntu 18.04 amd64 on 64bit Intel CPU

Notifications You must be signed in to change notification settings

dielshin/fr24feed-debian-ubuntu-amd64

 
 

Repository files navigation

fr24feed-debian-ubuntu-amd64

(1) FlightRadar24 data feeder installation script for Debian 9 & 10 amd64 / Ubuntu 18.04 amd64 on 64bit Intel CPU

(2) dump1090 (mutability and flightaware) installation script for Debian 9 & 10 amd64 / Ubuntu 18.04 amd64 on 64bit Intel CPU


INSTALL FR24FEED:

Copy-paste following command in SSH console and press Enter key.
The script will install and configure fr24feed.


sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/fr24feed-debian-ubuntu-amd64/master/install-fr24feed_1.0.24-5_amd64.tgz.sh)"


INSTALL DUMP1090:

The above fr24feed install script does NOT install or include installation of lighttpd and any version of dump1090.
The user should himself/herself install lighttpd and dump1090 (mutability or flightaware version)
Below are scripts which will install lighttpd and dump1090-mutability / dump1090-fa.

Caution:
Install only ONE of following three versions of dump1090. Installing more than one version of dump1090 will break the installation

(1) For Debian 9 and Ubuntu 18 (dump1090-mutability ver 1.15)
sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/fr24feed-debian-ubuntu-amd64/master/install-dump1090-mut-v1.15.sh)"

(2) For Debian 10 and Ubuntu 19 (dump1090-mutability EB_VERSION)
sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/fr24feed-debian-ubuntu-amd64/master/install-dump1090-mut-eb-ver.sh)"

(3) For Debian 9 & 10 and Ubuntu 18 & 19 (dump1090-fa)
sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/fr24feed-debian-ubuntu-amd64/master/install-dump1090-fa.sh)"


FR24FEED - Post install instructions

After FR24 Feeder installation script finishes, it displays following message:

INSTALLATION COMPLETED
=======================
PLEASE DO FOLLOWING:
=======================
(1) SIGNUP:
   (a) If you already have a feeder key,
       open file fr24feed.ini by following command and add fr24key:
           sudo nano /etc/fr24feed.ini
       Save (Ctrl+o) and Close (Ctrl+x) file fr24feed.ini
       then restart fr24feed by following command:
           sudo systemctl restart fr24feed

   (b) Alternatively signup using following command
         sudo nano fr24feed --signup

(2) In your browser, go to web interface at
     http://localhost:8754


To see status sudo systemctl status fr24feed
To restart    sudo systemctl restart fr24feed
To stop       sudo systemctl stop fr24feed

CONFIGURATION OF FR24FEED
The configuration file can be edited by following command;
sudo nano /etc/fr24feed.ini

Default contents of FR24FEED config file
Default setting are for a decoder like dump1090-mutability or dump1090-fa running on the Computer.
This can be changed by editing config file

receiver="beast-tcp"
host="127.0.0.1:30005"
fr24key=""

bs="no"
raw="no"
logmode="1"
logpath="/var/log/fr24feed/"
windowmode="0"
mpx="no"
mlat="yes"
mlat-without-gps="yes"
use-http=yes
http-timeout=20


TO UNINSTALL FR24FEED
To completely remove configuration and all files, give following 7 commands:

sudo systemctl stop fr24feed 
sudo systemctl disable fr24feed 
sudo rm /lib/systemd/system/fr24feed.service
sudo rm -rf /usr/share/fr24 
sudo rm /usr/bin/fr24feed
sudo rm /etc/fr24feed.ini 
sudo rm -rf /var/log/fr24feed  

DUMP1090 - Post install instructions

CONFIGURING / CHANGING SETTINGS

dump1090-mutability, method 1

sudo dpkg-reconfigure dump1090-mutability

dump1090-mutability, method 2

sudo nano etc/default/dump1090-mutability

sudo nano /usr/share/dump1090-mutability/html/config.js

dump1090-fa

sudo nano etc/default/dump1090-fa

sudo nano /usr/share/dump1090-fa/html/config.js



TO UNINSTALL DUMP1090
To completely remove configuration and all files, give following 6 commands:

dump1090-mutability (ver 1.15~dev and EB_VERSION)

sudo dpkg --purge dump1090-mutability
sudo apt purge lighttpd
sudo apt autoremove
sudo rm -rf /var/www/html
sudo rm -rf /etc/lighttpd
sudo rm -rf /usr/share/dump1090-mutability

dump1090-fa

sudo dpkg --purge dump1090-fa
sudo apt purge lighttpd
sudo apt autoremove
sudo rm -rf /var/www/html
sudo rm -rf /etc/lighttpd
sudo rm -rf /usr/share/dump1090-fa

About

FlightRadar24 data feeder installation script for Debian 9 & 10 amd64 / Ubuntu 18.04 amd64 on 64bit Intel CPU

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%