zoneminder/distros/debian8/zoneminder.templates

77 lines
2.5 KiB
Plaintext
Raw Normal View History

2014-12-01 00:55:26 +08:00
Template: zoneminder/webserver
Type: multiselect
Choices: apache2
Default: apache2
2014-12-01 00:55:26 +08:00
Description: Web server to reconfigure automatically:
Please choose the web server that should be automatically configure to run
ZoneMinder.
2014-12-01 00:55:26 +08:00
Template: zoneminder/admin_login
Type: string
Default: admin
Description: Administrative user's login:
Please enter the login of the administrative user.
Template: zoneminder/admin_password
Type: password
Default: admin
Description: Administrative user's password:
Please enter the password of the administrative user.
Template: zoneminder/debconf_dbconfigerror
Type: error
Description: Remote database servers not allowed:
The current configuration of dbconfig-common does not allow installation of
databases on remote servers from this assistant.
2014-12-02 07:58:18 +08:00
.
This program will abort so you can reconfigure dbconfig-common by invoking the
command below and the restart the installation of ZoneMinder:
2014-12-02 07:58:18 +08:00
.
sudo dpkg-reconfigure dbconfig-common
Template: zoneminder/debconf_dblocalmissingerror
Type: error
Description: Local database server is missing:
Currently ZoneMinder supports mysql or mariadb database server but none of them
2014-12-04 03:27:42 +08:00
appears to be installed on this machine.
2014-12-02 07:58:18 +08:00
.
This program will abort so you can install a database server and then restart
the installation of ZoneMinder.
Template: zoneminder/debconf_dbtypeerror
Type: error
Description: Wrong database type:
The database type specified in the configuration file '/etc/zm/zm.conf' is
not set to 'mysql'.
.
This program will abort so you can fix the configuration file and then restart
the installation of ZoneMinder.
Template: zoneminder/debconf_confmissingerror
Type: error
Description: Configuration file is missing:
ZoneMinder installation is corrupted.
.
The main configuration file '/etc/zm/zm.conf' is missing.
Template: zoneminder/debconf_dblocation
Type: select
Choices: local, remote
Default: local
Description: Database location:
A database server is required to run ZoneMinder. This database can be installed
either locally or remotely on a machine of your local network.
.
Please select the location of your database.
2014-12-02 07:58:18 +08:00
.
If you choose a remote location, in the next screens, you will have to select
the 'tcp/ip' connection method and enter the hostname / ip address of the
remote machine.
2014-12-02 07:58:18 +08:00
2014-12-01 00:55:26 +08:00
Template: zoneminder/debconf_install
Type: boolean
Default: true
Description: Configure ZoneMinder automatically?
The configuration program for the package can configure automatically
ZoneMinder.