Fixed setup

This commit is contained in:
2021-04-25 10:20:56 -04:00
parent 35ae7f078e
commit e35f99d24d

View File

@ -16,14 +16,11 @@ sudo cp dump1090-fa.conf /etc/apache2/conf-enabled/
sudo service apache2 restart
# dump1090 build and install
mkdir -p ~/src
cd ~/src
git clone https://github.com/flightaware/dump1090
cd dump1090
make
sudo mkdir -p /var/www/html/dump1090-fa
sudo cp -a public_html/* /var/www/html/dump1090-fa
cd ~/pi_tools/Projects/ADS-B
cd ..
# dump1090 config
sudo cp config.js /var/www/html/dump1090-fa