You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Unfortunately some organizations are still using Windows as server OS. Suggested installation way using gunicorn as WSGI server doesn't work, because gunicorn has support only of Unix like OS.
But I got a success with calling directly Bottle.run() and I started openvpn-monitor in reduced mode without map (but more important - without any external dependencies except python).
Is it possible to add command line options to be able to run Bottle directly with default settings? (without external web servers/docker/etc)
It might be very useful for Windows users and for local debugging.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello!
Unfortunately some organizations are still using Windows as server OS. Suggested installation way using gunicorn as WSGI server doesn't work, because gunicorn has support only of Unix like OS.
But I got a success with calling directly Bottle.run() and I started openvpn-monitor in reduced mode without map (but more important - without any external dependencies except python).
Is it possible to add command line options to be able to run Bottle directly with default settings? (without external web servers/docker/etc)
It might be very useful for Windows users and for local debugging.
Thank you.
The text was updated successfully, but these errors were encountered: