Platform Team/Server Kit/sugar-server: Difference between revisions
No edit summary |
|||
| Line 17: | Line 17: | ||
* '''[http://dev.laptop.org/git/bios-crypto/ bios-crypto]'''<br>bios-crypto client utilities are being used in anti-thief support and should be installed only if sign service is being used. | * '''[http://dev.laptop.org/git/bios-crypto/ bios-crypto]'''<br>bios-crypto client utilities are being used in anti-thief support and should be installed only if sign service is being used. | ||
* '''python-mysql'''<br>If the rest of school server applications use MySql, it might be useful to keep sugar-server data in MySql as well. Otherwise plain text file will be used. | * '''python-mysql'''<br>If the rest of school server applications use MySql, it might be useful to keep sugar-server data in MySql as well. Otherwise plain text file will be used. | ||
== Configuration == | |||
By default, configuration happens basing on several sources (sorted by applying order): | |||
* {{Code|/etc/sugar-server.conf}} system-wide configuration file, | |||
* {{Code|~/.local/sugar-server/config}} user-wide configuration file, | |||
* {{Code|sugar-server}}'s command-line arguments. | |||
Configuration files contain options names equal to command-line arguments. To get the current configuration, call: | |||
sugar-server config | |||
See [http://git.sugarlabs.org/server/templates/trees/master/etc/sugar-server sugar-server-templates] sources for example. | |||
== Getting involved == | == Getting involved == | ||