Copyright © 2017-2021 Marc Worrell
Authors: Marc Worrell (marc@worrell.nl).
is_app_available/1 | |
is_testsandbox/0 | Check if the current site is running the testsandbox. |
is_zotonic_project/0 | Check if this running Zotonic is the main Git project. |
setup/1 | Initial setup before starting Zotonic, after config files are loaded. |
is_app_available(App) -> any()
is_testsandbox() -> boolean()
Check if the current site is running the testsandbox
is_zotonic_project() -> any()
Check if this running Zotonic is the main Git project. This is used for e.g. the .pot generation.
setup(Node::node()) -> ok
Initial setup before starting Zotonic, after config files are loaded. This is normally called by the zotonic_launcher_app, which also reads all config files.
Generated by EDoc