zotonic_core_sup (zotonic_core v1.0.0-rc.14)

Supervisor for the zotonic application, started by zotonic_launcher.

Link to this section Summary

Functions

supervisor callback.
Start the main zotonic supervisor and some helpers. The zotonic_core:setup/1 function must be called before starting this supervisor. The setup is normally called by zotonic_launcher.

Link to this section Functions

supervisor callback.
Link to this function

start_link(Options)

-spec start_link(list()) -> {ok, pid()}.
Start the main zotonic supervisor and some helpers. The zotonic_core:setup/1 function must be called before starting this supervisor. The setup is normally called by zotonic_launcher.