Platform Team/Server Kit/Mace: Difference between revisions
| Line 90: | Line 90: | ||
The project [[Sugar Server Kit/sugar-server-templates|sugar-server-templates]] is intended to provide most of basic configurations that might be useful for schools servers. After installing it from packages, the final configuration might be composed by symlinking templates from {{Code|/usr/share/sugar-server-templates}} directory to the directory where Mace will find it, by default in {{Code|/etc/mace}}. | The project [[Sugar Server Kit/sugar-server-templates|sugar-server-templates]] is intended to provide most of basic configurations that might be useful for schools servers. After installing it from packages, the final configuration might be composed by symlinking templates from {{Code|/usr/share/sugar-server-templates}} directory to the directory where Mace will find it, by default in {{Code|/etc/mace}}. | ||
== Configuration == | |||
By default, configuration happens basing on several sources (sorted by applying order): | |||
* {{Code|/etc/mace.conf}} system-wide configuration file, | |||
* {{Code|~/.local/mace/config}} user-wide configuration file, | |||
* {{Code|mace}}'s command-line arguments. | |||
Configuration files contain options names equal to command-line arguments. To get the current configuration, call: | |||
mace config | |||
== Testing routines == | == Testing routines == | ||