Last active
May 31, 2017 04:01
-
-
Save wanwanco/cacbe2dfffb57e017376c4b491497f4b to your computer and use it in GitHub Desktop.
dump1090-mutabilityのインストール方法とWebサーバーの設定 ref: http://qiita.com/JHiyama/items/c61cd4950de0fc2fe67f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo nano /etc/default/dump1090-mutability |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Set to "yes" to start dump1090 on boot. | |
| START_DUMP1090="yes" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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