z_site_startup (zotonic_core v1.0.0-rc.17)

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

Summary

Functions

code_change(OldVsn, State, Extra)

handle_call(Msg, From, State)

handle_cast(Msg, State)

handle_info(Msg, State)

init(Site)

start_link(Site)

-spec start_link(Site :: atom()) -> gen_server:start_ret().

Perform all site startup routines.

terminate(Reason, State)