Skip to content

2. Installation

KF7EEL edited this page Mar 15, 2022 · 3 revisions

Introduction

Using Python

  1. Clone the HBNet repository. git clone https://github.com/kf7eel/hbnet.git. Move to the directory. Then install all of the required Python modules. The following command will work for Debian 10: python3 -m pip install -r requirements.txt

  2. See Configuration.

Web Service Set Up

hbnet.py Set Up

Easy: Using Docker

Note: The Docker image for HBNet Web Service includes NGINX. It is designed to be used in production and can be configured to use SSL.

Note: Any additions/changes to port configuration must be reflected in docker-compose.yml.

Note: HBmonitor may be used. Port 4321 is exposed by default in docker-compose.yml. You will have to setup HBMonitor yourself as it is not a part of docker-compose.yml (yet).

Clone this wiki locally