Some extra materials for Jazz developers besides the doxygen website with some explanations and references
Jazz internals
Jazz internals is meant as: How do I start if I want to use the source code in a C++ project?
- See the development documentation.
- See extending Jazz.
Setting up a Jazz server
Note: This page does not include experience with different environments and settings. Please, help us
improving it by providing feedback
Building and installing Jazz
First you should build Jazz as described here. Then, run make install
to install it as a service.
That requires being a sudoer.
Configuring
The server configuration is stored in config/jazz_config.ini
. The file is later copied to /etc/jazz-server/config/
when Jazz is
installed via make install
. Edit the former file for a change applicable to all nodes, the latter to configure just the current node.
The file is self explanatory both about edition procedures and about the function of each variable.
You may need additional reference found at: