Updated Home (markdown)

master
Joe Prochazka 2016-10-12 13:01:54 -04:00
rodzic 98dbbf9231
commit efc76966c7
1 zmienionych plików z 12 dodań i 19 usunięć

31
Home.md

@ -1,27 +1,20 @@
# The ADS-B Receiver Project wiki :airplane:
## Obtaining And Using This Software
## Documentation
_Understand that the following instructions only give a 10,000 foot overview of the actual setup/upgrade process. If you are not very familiar with this software it is highly recommended that you read through the documentation thoroughly before continuing._
### Setup
**For new installations...**
* [[Quick Install]] _A minimal setup guide meant for those familiar with the setup process._
* [[Using the ADS B Receiver Image]] _How to obtain, setup, and use the ADS-B Receiver Project Rasbian images._
* [[System Requirements]] _A list of supported software and hardware needed to run these files._
* [[Configuring dump978]] _It is important you refer to this page before choosing to setup dump978._
* [[Setting Up a WiFi Connection]] _Instructions on how to setup a WiFi connection._
* [[Backup and Restore]] _Instruction on how to backup and restore historical receiver data._
sudo apt-get update
sudo apt-get install git
git clone https://github.com/jprochazka/adsb-receiver.git ~/adsb-receiver
cd ~/adsb-receiver
chmod +x install.sh
./install.sh
### Information
**Updating existing installations...**
* [[Performance Graphs]] _Learn how to understand and interpret the web portal's performance graphs._
cd ~/adsb-receiver
./install.sh
### Customization
### Portal setup...
This step pertains to both fresh installations as well as when updating an existing installation. After running the installation scripts you will need to setup the portal by visiting the following web address.
`http://IP_ADDRESS_OF_YOUR_DEVICE/install/`
Supply the information asked for and submit the form once done to complete the setup.
* [[Creating Portal Templates]] _How to use the ADS-B Receiver Project Portal template system._