Copyright © 2009 Marc Worrell Date: 2009-04-07
Authors: Marc Worrell (marc@worrell.nl).
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";install/1 | Install the database for the given host. |
pre_install/2 | Perform pre-installation commands. |
install(Host) -> ok
Install the database for the given host.
pre_install(X1::Host, SiteProps) -> ok
Perform pre-installation commands.
Generated by EDoc, Feb 25 2011, 21:14:42.