How to deploy openflow on web server?

I have some question about openflow delopment withuot docker.
Firstly use what npm script to build project ?
Secondly How to deploy openflow on web server just like on windows server. I tried to start a service, but I found that when I access the server where OpenFlow is located on the client, my local browser will report an error ws://127.0.0.0. This is because the address configured in the. env file during packaging is the server’s local address, but I am currently accessing on the client, so this issue will be reported.
thanks!

Openflow is not designed to run outside docker/kubernetes.

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