User Tools

Site Tools


pergamonmu:quickstart:install:config_file

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
pergamonmu:quickstart:install:config_file [2017/08/09 10:15]
admin created
pergamonmu:quickstart:install:config_file [2017/08/09 11:54] (current)
admin
Line 39: Line 39:
 If however, the decision is made to move locations of component parts (e.g. the attachments directory) to centralised locations rather than workstations,​ the entry will need to be modified to reflect the new location. If however, the decision is made to move locations of component parts (e.g. the attachments directory) to centralised locations rather than workstations,​ the entry will need to be modified to reflect the new location.
  
 +==== Other Defaults ====
 +
 +Three values currently exist in the **Other Defaults** section.
 +
 +  * **__LANG__** - The **default** language to use on startup of the workstation. This may be modified dynamically once a reader has logged into the system.
 +  * **__APPLEVEL__** - The **default** application level of the software installation (e.g. PRIMARY indicates the Pergamon MU software). This may be dynamically modified once the system license has been read.
 +  * **__THEME__** - The **default** theme of the Pergamon OPAC splash screen. This may be dynamically modified once the database has been read.
 +
 +==== SQLite Database Configuration ====
 +
 +The existence of these values is dependant upon the use of a SQLite database.
 +
 +  * **__DBPATH__** - The location of the database.
 +  * **__DBDATABASE__** - The base name of the database file, without the file extension.
 +  * **__DBTYPE__** - The type of database in use - SQLITE
 +  * **__DBENCRYPT__** - A flag indicating whether the database is encrypted.
 +
 +==== PostgreSQL Database Configuration ====
 +
 +The existence of these values is dependant upon the use of a PostgreSQL database.
 +
 +  * **__DBHOST__** - The name of the Host server on which the PostgreSQL database is located.
 +  * **__DBUSER__** - The name of the PostgreSQL '​role'​ (i.e. user account) that has been configured for database access.
 +  * **__DBDATABASE__** - The name of the database container within PostgreSQL that contains the Pergamon database.
 +  * **__DBPORT__** - The port number supporting PostgreSQL connections (always 5432 unless modified).
 +  * **__DBTYPE__** - The type of database in use - POSTGRESQL
 +
 +==== MySQL Database Configuration ====
 +
 +The existence of these values is dependant upon the use of a MySQL database.
 +
 +  * **__DBHOST__** - The name of the Host server on which the MySQL database is located.
 +  * **__DBUSER__** - The name of the MySQL user that has been configured for database access.
 +  * **__DBDATABASE__** - The name of the database container within MySQL that contains the Pergamon database.
 +  * **__DBPORT__** - The port number supporting MySQL connections (always 3306 unless modified).
 +  * **__DBTYPE__** - The type of database in use - MYSQL
 +
 +
 +----
 +{{:​logo.png?​nolink |}}\\
 +[[pergamonmu:​quickstart:​install|Installation of Pergamon MU]]\\
 +[[:​start|Pergamon Wiki Home]]
pergamonmu/quickstart/install/config_file.1502273741.txt.gz · Last modified: 2017/08/09 10:15 by admin