Module zotonic

Start/stop functions for Zotonic.

Copyright © 2009 Marc Worrell

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

Description

Start/stop functions for Zotonic

Function Index

ensure_started/1
run_tests/0
start/0Start the zotonic server.
start/1Start the zotonic server.
stop/0Stop the zotonic server.
stop/1Stop a zotonic server on a specific node.
update/0Update the server.
update/1Update the server on a specific node with new code on disk and flush the caches.

Function Details

ensure_started/1

ensure_started(App) -> any()

run_tests/0

run_tests() -> any()

start/0

start() -> ok

Start the zotonic server.

start/1

start(Args::_Args) -> ok

Start the zotonic server.

stop/0

stop() -> ok

Stop the zotonic server.

stop/1

stop(X1::[Node]) -> void()

Stop a zotonic server on a specific node

update/0

update() -> ok

Update the server. Compiles and loads any new code, flushes caches and rescans all modules.

update/1

update(X1::[Node]) -> ok

Update the server on a specific node with new code on disk and flush the caches.


Generated by EDoc, Feb 25 2011, 21:14:42.