Fixed setup
This commit is contained in:
@ -16,14 +16,11 @@ sudo cp dump1090-fa.conf /etc/apache2/conf-enabled/
|
|||||||
sudo service apache2 restart
|
sudo service apache2 restart
|
||||||
|
|
||||||
# dump1090 build and install
|
# dump1090 build and install
|
||||||
mkdir -p ~/src
|
|
||||||
cd ~/src
|
|
||||||
git clone https://github.com/flightaware/dump1090
|
|
||||||
cd dump1090
|
cd dump1090
|
||||||
make
|
make
|
||||||
sudo mkdir -p /var/www/html/dump1090-fa
|
sudo mkdir -p /var/www/html/dump1090-fa
|
||||||
sudo cp -a public_html/* /var/www/html/dump1090-fa
|
sudo cp -a public_html/* /var/www/html/dump1090-fa
|
||||||
cd ~/pi_tools/Projects/ADS-B
|
cd ..
|
||||||
|
|
||||||
# dump1090 config
|
# dump1090 config
|
||||||
sudo cp config.js /var/www/html/dump1090-fa
|
sudo cp config.js /var/www/html/dump1090-fa
|
||||||
|
|||||||
Reference in New Issue
Block a user