start handling settings migration
[diogenes.git] / debian / diogenes.templates
CommitLineData
6855525e
JL
1Template: diogenes/welcome
2Type: note
3_Description: Welcome to the Diogenes setup program
4 You must have a database server already setup and ready to go if you are
5 going to have this program configure your database for you. If you are
6 not comfortable with this, you should tell the debconf process that you do
7 not have any database server. You will then need to configure Diogenes manually.
8 .
9 If debconf is set up in a way that you will not be asked questions
10 interactively (i.e. you do not see this note during installation but as a
11 mail to your root account), Diogenes will assume that your web server is
12 apache and your database server is MySQL and no MySQL root password is set. If
13 any of these do not apply, Diogenes will not run unless you configure it
14 manually by creating its database and editing the files in /etc/diogenes.
15
16Template: diogenes/purge_removes_data
17Type: boolean
2ecf8ecb 18Default: false
6855525e
JL
19_Description: Remove web site data after "purging" the diogenes package?
20 Should the data that makes up Diogenes's web sites be removed when
21 the diogenes packages is purged with the "dpkg --purge diogenes" command
22 (i.e. remove everything including the configuration)?
23
24Template: diogenes/webservers
25Type: multiselect
26_Choices: apache, apache-ssl, apache-perl, apache2
27Default: apache
28_Description: Type of web server:
29 By default Diogenes supports any web server that php4 does. This config
30 process currently only supports Apache directly. If you use another one
31 you will have to handle the web ends manually. If you choose the first
32 option, this install process will manage the configuration (or attempt to)
33 of the Apache specific portions necessary to run Diogenes properly.
34
35Template: diogenes/webuser
36Type: string
37Default: www-data
38_Description: User your web server runs as:
39 Unable to obtain the user your web server runs as. This is needed in order
40 to allow the web server to write the files that make up the Diogenes-managed
41 web sites.
42
43Template: diogenes/webgroup
44Type: string
45Default: www-data
46_Description: Group your web server runs as:
47 Unable to obtain the group your web server runs as. This is needed in order
48 to allow the web server to read Diogenes's configuration files.
49