how execute chirpstack-ui

I’m using the latest version of ChirpStack, and I’m trying to execute the command make docker-devshell-ui. However, I encounter the following error:

Commande : “make docker-devshell-ui”

Response "
docker compose run --rm --service-ports --name chirpstack-ui chirpstack-ui bash
no such service: chirpstack-ui
make: *** [Makefile:57: docker-devshell-ui] Error 1"
``

I want to run the development Docker environment for the UI. I can create the chirpstack-ui container, but I’m not sure where to put the relevant configuration information. I assume it should go into the Dockerfile-devel, but I don’t know how to proceed.

Can someone help to execute this command to enter in the developpement ui container ?

Best regards,
José

That might be a leftover from an earlier refactor. Please see the available commands in the README for building the UI and ChirpStack.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.