Dear community,
I am new in docker. I tried building from source using docker-compose. I followed the following steps:
step 1: Download the chirpstack network server, application server and gateway bridge zip files from github.
step 2: Unzip them in Home directory
step 3: Get inside the chirpstack-gateway-bridge-master directory and run the command docker-compose run --rm chirpstack-gateway-bridge bash
step 4: Get inside the chirpstack-network-server-master directory and run the command docker-compose run --rm chirpstack-network-server bash
step 5: Get inside the chirpstack-application-server directory and run the command docker-compose run --rm chirpstack-application-server bash
Following containers are running on my system:
I am unable to access the chirpstack-application-server web interface. Did I complete all of the processes correctly, or do some more steps need to be completed? kindly help.
Actually I want to modify the ADR algorithm and I could not do it with ADR plugin option. The documentation is really good but steps needed to work with ADR plugin should have been given in more detail, as many people are facing issues.