forked from HBLink-org/hblink3
-
Notifications
You must be signed in to change notification settings - Fork 24
2. Installation
KF7EEL edited this page Mar 15, 2022
·
3 revisions
-
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.
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).