Module z_install

Install Zotonic, loads the datamodel into the database Assumes the database has already been created (which normally needs superuser permissions anyway).

Copyright © 2009-2021 Marc Worrell

Authors: Marc Worrell (marc@worrell.nl).

Description

Install Zotonic, loads the datamodel into the database Assumes the database has already been created (which normally needs superuser permissions anyway)

CREATE DATABASE zotonic WITH OWNER = zotonic ENCODING = 'UTF8'; CREATE LANGUAGE "plpgsql";

Function Index

edge_log_function/0
edge_log_table/0
edge_log_trigger/0
hierarchy_index_1/0
hierarchy_index_2/0
hierarchy_table/0
install/1Install the core database tables, triggers and data for the given site.
medium_log_table/0
medium_update_function/0
medium_update_trigger/0
rsc_page_path_log/0
rsc_page_path_log_fki/0

Function Details

edge_log_function/0

edge_log_function() -> any()

edge_log_table/0

edge_log_table() -> any()

edge_log_trigger/0

edge_log_trigger() -> any()

hierarchy_index_1/0

hierarchy_index_1() -> any()

hierarchy_index_2/0

hierarchy_index_2() -> any()

hierarchy_table/0

hierarchy_table() -> any()

install/1

install(Context::z:context()) -> ok

Install the core database tables, triggers and data for the given site.

medium_log_table/0

medium_log_table() -> any()

medium_update_function/0

medium_update_function() -> any()

medium_update_trigger/0

medium_update_trigger() -> any()

rsc_page_path_log/0

rsc_page_path_log() -> any()

rsc_page_path_log_fki/0

rsc_page_path_log_fki() -> any()


Generated by EDoc