Hello,
I've been following the instructions to add new device profiles to this repository :
https://github.com/chirpstack/chirpstack-device-profiles/ (ChirpStack device-profiles),
and on the latest build, the README.md file states :
- Please make sure that you have Docker Compose installed.
- In the root of this repository, execute make serve.
- Once Starting server, bind: 0.0.0.0:8090 appears, open the web-interface in your browser by navigating to http://localhost:8090.
However when looking at the Dockerfile at the root of the repo, there's a comment saying that it removes the need to build the interface in local, implying that maybe there is, or there used to be a way to have it work without Docker installed.
I tried making some modifications on my own to the several Makefiles and config files but I'm not too familiar with how Docker works and I can't manage to make it run.
Please anyone knows how to make it work if possible, and if not, can explain why Docker is absolutely necessary? Also, if we can't get rid of Docker, can we at least change the hosting port from 8090 to something else?