bepasty-server - Run a bepasty server through the builtin WSGI server
Contents
Description
bepasty-server runs bepasty through the builtin WSFI server from flask.
Note that this is not suitable for production, where a WSGI server such as gunicorn, apache+mod-wsgi,
nginx+uwsgi, etc. is recommended.
Environment
BEPASTY_CONFIG
Absolute path to a bepasty configuration file
Name
bepasty-server - Run a bepasty server through the builtin WSGI server
Options
-h, --help
show this help message and exit
--hostHOST
Host to listen on
--portPORT
Port to listen on
--debug
Activate debug mode
See Also
• BepastydocumentationBEPASTY-SERVER(1)
Synopsis
bepasty-server [-h] [--host HOST] [--port PORT] [--debug]
