Scroll to navigation

bepasty-server(1) General Commands Manual bepasty-server(1)

Name

bepasty-server - Run a bepasty server through the builtin WSGI server

SYNOPSIS

bepasty-server [-h] [--host HOST] [--port PORT] [--debug]


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.

OPTIONS

show this help message and exit
Host to listen on
Port to listen on
Activate debug mode

ENVIRONMENT

Absolute path to a bepasty configuration file

SEE ALSO