Module openflax.app

OpenFlax web server main module.

Description

OpenFlax web server main module.

OpenFlax is an open-source (BSD license) web server written in Erlang. For more information on OpenFlax, please refer to the full documentation.

The purpose of this module is to provide an entry point for starting up the webserver, generally from the command line.

Function Index

debug/2
start/1Starts the OpenFlax web server.
version/0
wait/0

Function Details

debug/2

debug(Where, What) -> term()

start/1

start(ConfigModuleNames::[string()]) -> ok

Starts the OpenFlax web server. This function loads all modules and starts all processes required to run the web server. All configuration information is read from the given file or files. OpenFlax will refuse to start if it notices that it is being run as root.

version/0

version() -> term()

wait/0

wait() -> term()