Copyright © 2009 Marc Worrell
Authors: Marc Worrell (marc@worrell.nl).
| ensure_started/1 | |
| ping/0 | Just returns 'pong'; used by shell scripts to determine if node is alive. |
| run_tests/0 | |
| start/0 | Start the zotonic server. |
| start/1 | Start the zotonic server. |
| status/0 | Print the status of the current node. |
| status/1 | Get server status. |
| 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()
ping() -> any()
Just returns 'pong'; used by shell scripts to determine if node is alive.
run_tests() -> any()
start() -> ok
Start the zotonic server.
start(Args::_Args) -> ok
Start the zotonic server.
status() -> ok
Print the status of the current node.
status(X1::[node()]) -> ok
Get server status. Prints the state of sites running.
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, Dec 10 2012, 20:44:35.