z_site_startup (zotonic_core v1.0.0-rc.14)

This module is started after the complete site_sup has been booted. This is the moment for system wide initializations.

Link to this section Summary

Link to this section Functions

Link to this function

code_change(OldVsn, State, Extra)

Link to this function

handle_call(Msg, From, State)

Link to this function

handle_cast(Msg, State)

Link to this function

handle_info(Msg, State)

Link to this function

start_link(Site)

-spec start_link(Site :: atom()) -> {ok, pid()} | {error, term()}.
Perform all site startup routines.
Link to this function

terminate(Reason, State)