Skip to content

Instantly share code, notes, and snippets.

@wanwanco
Last active May 31, 2017 04:01
Show Gist options
  • Select an option

  • Save wanwanco/cacbe2dfffb57e017376c4b491497f4b to your computer and use it in GitHub Desktop.

Select an option

Save wanwanco/cacbe2dfffb57e017376c4b491497f4b to your computer and use it in GitHub Desktop.
dump1090-mutabilityのインストール方法とWebサーバーの設定 ref: http://qiita.com/JHiyama/items/c61cd4950de0fc2fe67f
$ git clone https://github.com/mutability/dump1090.git
$ sudo apt-get install librtlsdr-dev libusb-1.0-0-dev pkg-config debhelper
$ cd dump1090
$ dpkg-buildpackage -b
$ cd ..
$ sudo dpkg -i dump1090-mutability_1.15~dev_armhf.deb
sudo nano /etc/default/dump1090-mutability
# Set to "yes" to start dump1090 on boot.
START_DUMP1090="yes"
$ sudo apt-get install lighttpd
$ sudo lighty-enable-mod dump1090
$ sudo service lighttpd force-reload
$ sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment