X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=debian%2Fdiogenes.templates;h=0bb5f46396df454dabae1c7dd98f3e958e183d07;hb=eb8500fddf388a8451f50a95b69d4639fc48d1d7;hp=44add826b8e1ef9c71e4d409fc6e0cd0c75af053;hpb=fda32171d119d52b371c8e91bb1d9d4d80edff66;p=diogenes.git diff --git a/debian/diogenes.templates b/debian/diogenes.templates index 44add82..0bb5f46 100644 --- a/debian/diogenes.templates +++ b/debian/diogenes.templates @@ -47,59 +47,3 @@ _Description: Group your web server runs as: Unable to obtain the group your web server runs as. This is needed in order to allow the web server to read Diogenes's configuration files. -Template: diogenes/databasemgr_type -Type: select -_Choices: Automatic, Manual -Default: Automatic -_Description: Type of database installation: - If you want the setup program to ask you questions and do the database - setup for you, select "Automatic". (Recommended) - . - If you want to configure your database by hand, select "Manual". In this - case you will have to create the Diogenes database and user by hand and - handle database upgrades manually. - -Template: diogenes/dbadmpass -Type: password -_Description: Database admin password: - Enter the password for your database admin user to access the database. - This password had been set when installing your database. It is most - likely NOT the same password that your Diogenes manager account will use. - -Template: diogenes/databasemgr_server -Type: string -Default: localhost -_Description: Hostname of the database server: - If your database is on another machine besides the one that Diogenes is - running on then you need to change this value to the fully qualified - domain name for that system. - -Template: diogenes/database_name -Type: string -Default: diogenes -_Description: Name for the Diogenes database: - By default this will be "diogenes". This is where all the Diogenes related - database items will be setup and stored. - -Template: diogenes/database_user -Type: string -Default: diogenes -_Description: Database username: - What username will access the database for Diogenes? By default this is - it's own user "diogenes" so that permissions can be tightened down. - -Template: diogenes/database_pass -Type: password -Default: auto -_Description: Password for the Diogenes user: - Enter a password for the database user which will be used along with - the database user name you have already supplied to connect to the - database. - . - If you wish to leave the password empty, type "none". If you wish to use - an automatically generated random password type "auto". - -Template: diogenes/dbmyadmin -Type: string -Default: root -_Description: MySQL administrator username: