Copyright © 2009-2015 Marc Worrell
Behaviours: gen_server.
Authors: Marc Worrell (marc@worrell.nl).
code_change/3 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
start_link/1 | Install zotonic on the databases in the PoolOpts, skips when already installed. |
terminate/2 |
code_change(Vsn, State, Extra) -> any()
handle_call(Msg, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(X1, State) -> any()
init(SiteProps) -> any()
start_link(SiteProps::list()) -> ignore | {error, database | term()}
Install zotonic on the databases in the PoolOpts, skips when already installed.
terminate(Reason, State) -> any()
Generated by EDoc