Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Describe how to run locally better #172

Open
GoetzGoerisch opened this issue May 12, 2022 · 5 comments
Open

Doc: Describe how to run locally better #172

GoetzGoerisch opened this issue May 12, 2022 · 5 comments
Assignees
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@GoetzGoerisch
Copy link
Member

e.g. add command to run a MQTT broker:

docker run -it -p 1883:1883 eclipse-mosquitto:2.0.10 mosquitto -c /mosquitto-no-auth.conf

@GoetzGoerisch GoetzGoerisch self-assigned this May 12, 2022
@GoetzGoerisch GoetzGoerisch added documentation Improvements or additions to documentation help wanted Extra attention is needed labels Jul 28, 2022
@GoetzGoerisch
Copy link
Member Author

First set of updates from @DasbachVDMA with #209

@Kantiran91
Copy link
Member

I think we can close this isseu with https://github.com/umati/Dashboard-OPCUA-Client/blob/development/doc/MQTT.md

@DasbachVDMA
Copy link
Contributor

@ainglessi did you encounter steps, while deploying locally, that were missing?

@ainglessi
Copy link
Contributor

MQTT.md above references Mosquitto Go Auth plugin in current config so the whole "broker on Windows" section is outdated in my view. In local testing I used either remote broker running on our Google Cloud dev node or mosquitto-go-auth Docker container which packages both the broker and the plugin.

I believe the right way would be to update MQTT.md to include instructions for the auth plugin.

@Kantiran91
Copy link
Member

do you really need a auth in local test?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants