Copyright © 2009 Marc Worrell
Authors: Marc Worrell (marc@worrell.nl).
ensure_started/1 | |
run_tests/0 | |
start/0 | Start the zotonic server. |
start/1 | Start the zotonic server. |
stop/0 | Stop the zotonic server. |
stop/1 | Stop a zotonic server on a specific node. |
update/0 | Update the server. |
update/1 | Update the server on a specific node with new code on disk and flush the caches. |
ensure_started(App) -> any()
run_tests() -> any()
start() -> ok
Start the zotonic server.
start(Args::_Args) -> ok
Start the zotonic server.
stop() -> ok
Stop the zotonic server.
stop(X1::[Node]) -> void()
Stop a zotonic server on a specific node
update() -> ok
Update the server. Compiles and loads any new code, flushes caches and rescans all modules.
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.