libreccm-legacy/ccm-cms-types-contact/debian/templates

208 lines
6.4 KiB
Plaintext
Executable File

Template: ccm/debconf/version
Type: string
Default: $Id: templates,v 1.1.1.1 2004/11/12 09:30:04 fabrice Exp $
Description: The version of the debconf template
Author: Berkan Eskikaya <berkan@runtime-collective.com>, 2004
.
$Id: templates,v 1.1.1.1 2004/11/12 09:30:04 fabrice Exp $
Template: ccm/package_name
Type: string
Default: ccm-cms-types-contact
Description: The name of the package
This is syntetic sugar.
Template: ccm/package_version
Type: string
Default: 6.3.0
Description: The version of the package
This is synthetic sugar.
Template: ccm/shared/dbase_type
Type: select
Choices: postgresql
Default: postgresql
Description: Database backend:
Please choose a database backend. At the moment, you could only select PostgreSQL.
Template: ccm/shared/dbase_host
Type: string
Default: localhost
Description: Database host:
Please specify the host that the database runs on.
Template: ccm/shared/dbase_name
Type: string
Default: ccm01.db
Description: Database name:
Please specify the name of the APLAWS database.
Template: ccm/shared/dbase_user
Type: string
Default: ccm
Description: Database user name:
Please specify the database account for the APLAWS database.
Template: ccm/shared/dbase_password
Type: password
Default: ccmpwd
Description: Database password:
Please choose a password for the APLAWS database account.
Template: ccm/shared/waf_runtime_jdbc_url
Type: string
Default: jdbc:postgresql://localhost/ccm01.db?user=ccm&password=ccmpwd
Description: JDBC connection URL:
The WAF runtime uses this value to connect to a database.
.
Format: jdbc:[subprotocol]:[subname]
.
Example: jdbc:postgresql://localhost/ccm01.db?user=ccm&password=ccmpwd
Template: ccm/shared/waf_web_server
Type: string
Default: localhost:9090
Description: Server virtual host:
Please specify the hostname and port that users of a site will
see in URLs generated by WAF.
.
Format: [server hostname]:[port number]
.
Example: example.com:80
Template: ccm/shared/waf_admin_email
Type: string
Default:
Description: Administrator Email Address:
Please specify the system administrator account.
.
Format: <user>@<domain>
.
Example: joe@example.com
Template: ccm/shared/waf_admin_name_given
Type: string
Default:
Description: Administrator First Name:
Please specify the name of the system administrator.
Template: ccm/shared/waf_admin_name_family
Type: string
Default:
Description: Administrator Last Name:
Please specify the surname of the system administrator.
Template: ccm/shared/waf_admin_password
Type: password
Default:
Description: Administrator Password
Please choose a password for the system administrator account.
Template: ccm/shared/waf_admin_password_question
Type: string
Default: The name of your primary school
Description: Administrator Password Question:
This question will be asked when the password to the system administrator
account is lost and access must be recovered.
.
Please only use letters and numbers.
Template: ccm/shared/waf_admin_password_answer
Type: string
Default:
Description: Administrator Password Answer:
Now specify the correct answer to the Administrator Password Question.
.
Please only use letters and numbers.
Template: ccm/shared/ccm_load_apps_at_install_p
Type: boolean
Default: true
Description: Load CCM applications as they install?
You could choose to load CCM applications into the database
automatically after they are installed, or you could load them
manually [with 'ccm load'] yourself.
.
The former will save you some manual work, while the latter is probably
most suited if you are trying to build the applications from the
sources and prefer to load them once all are built and installed.
Template: ccm/shared/pg_set_up_database_p
Type: boolean
Default: true
Description: Do you want me to set up the CCM database and adjust the access permissions?
You have specified a database on your localhost. I could set it up
for you and automatically adjust the access permissions. I could do
this independently of whether or not you have choosen to load the
applications at install time.
.
Say no here if you have already prepared the CCM database yourself
or if you would like to do it later. Saying yes will save you some
manual work.
Template: ccm/shared/pg_drop_database_at_purge_p
Type: boolean
Default: true
Description: Do you want me to drop the CCM database?
Template: ccm/shared/error_etc_ccm_missing_dir
Type: note
Description: CCM configuration directory does not exist.
I couldn't find the CCM configuration directory: /etc/ccm.
.
This probably points at a corrupt or unusual CCM installation. The ccm-tools
package creates this directory --- please verify that it is installed and
intact.
.
I will continue with the configuration by re-creating the directory,
but we may experience problems later.
Template: ccm/shared/ccm_aux_setupdb_failed
Type: note
Description: ccm-aux-setupdb couldn't complete.
The helper script ccm-aux-setupdb didn't succeed.
This means that the CCM database couldn't be set up.
.
If you have answered yes to the automatic loading of
applications at install time, I will still try to honour
that.
.
In case that doesn't succeed [likely now], please manually
prepare the database and load the application(s) after the
installation.
Template: ccm/shared/ccm_aux_update_hba_conf_failed
Type: note
Description: ccm-aux-update-hba-conf couldn't complete.
The helper script ccm-aux-update-hba-conf didn't succeed.
This means that the access permissions for the ccm database
couldn't be set up.
.
If you have answered yes to the automatic loading of
applications at install time, I will still try to honour
that.
.
In case that doesn't succeed [likely now], please manually
check/edit the pg_hba.conf file of your PostgreSQL instance
and load the application(s) after the installation.
Template: ccm/shared/error_ccm_tool_not_found
Type: note
Description: The 'ccm' tool not found.
I need the 'ccm' tool [/usr/bin/ccm] to continue but I cannot find it.
.
This probably points at a corrupt or unusual CCM installation. The ccm-tools
package contains this file --- please check your setup after the installation,
and then run "dpkg-reconfigure ccm-cms-types-contact".
Template: ccm/shared/error_java_home_not_found
Type: note
Description: JAVA_HOME not found.
JAVA_HOME isn't set --- I have even tried to guess it but failed.
.
This will cancel any 'ccm load' and 'ccm hostinit' operations.
.
Please check your java setup after the installation, and then run
"dpkg-reconfigure ccm-cms-types-contact".