2. Installation - kf7eel/hbnet GitHub Wiki
Introduction
Using Python
-
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 -
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).