diff --git a/4.-Configuration.md b/4.-Configuration.md index f90b524..a89d41f 100644 --- a/4.-Configuration.md +++ b/4.-Configuration.md @@ -6,7 +6,7 @@ This section describes how to configure and use the data gateway with an existing HBlink or FreeDMR installation. Before starting, please read the [Foundation](https://github.com/kf7eel/hbnet/wiki/1.-Foundation#operation) page, specifically Operation as this pertains to running the data gateway. We will be using the HBNet web service as there is a data gateway dashboard mode. -1. Create a new directory to clone HBNet into, then: `git clone https://github.com/kf7eel/hbnet.git` +1. Install HBNet. See [Installation](https://github.com/kf7eel/hbnet/wiki/2.-Installation). 2. In the freshly cloned repository is a directory called web, we will be modifying the configuration for the web service next. Use your favorite text editor to edit `web/config-SAMPLE.py`. Change `mode` in the configuration to `DASH_ONLY`. This will hide all of the non relevant things and only display options and pages relevant to DMR data and APRS. This option is designed for use with FreeDMR and HBLink. If you are using the data gateway with HBNet, set mode to FULL. Change `title` to your liking. Set `hws_host` and `hws_port` to match your set up. `url` **must be the accessible URL**, this is used when generating certain pages in the web service. Create a random string, such as an SHA256 and set `key` to match.