Documentation

Configuration

Configure Manja Server

For experts and administrators: where are the configuration files located on the Manja server and what are the configuration files.

Configuration files

Back to top

The configuration files for Manja’s server are located in the respective installation directory (e.g. /opt/manja).

All configuration files correspond to the INI file format, in UTF-8 encoding.

 

manja.ini

This is the main configuration file. It contains paths, database configuration, network-specific options, log settings, and many further options.

 

defaults.manja.ini

The template for the main configuration file, this file contains the defaults for all options in manja.ini. This file gets overwritten when updating the software. Please always make changes in manja.ini.

 

plugins.ini

Contains the plugin-specific options, e.g. paths and command line options for external tools.

 

defaults.plugins.ini

The template for plugins.ini. This file gets overwritten when updating the software. Please always make changes in plugins.ini.

 

system_profiles/icc.ini

Contains aliases for CMYK, gray, and RGB color profiles. Here you can e.g. define the CMYK color profile, which is used when loading files that have no embedded color profile themselves (which happens only rarely).

The individual options are documented in the respective configuration file itself (respectively the pertinent defaults.xyz.ini).

After changing an option, the server has to be restarted (depending on installation, e.g. with “/etc/init.d/manjadaemon restart”). After the restart, it is vital that you check the messages in the log file.