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.
| debug/2 | |
| start/1 | Starts the OpenFlax web server. |
| version/0 | |
| wait/0 |
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.