From 59a32fa0c982c04d377be12d358c52bb08f1e421 Mon Sep 17 00:00:00 2001 From: Bruno Cesar Ribas Date: Thu, 23 Aug 2018 11:33:16 -0300 Subject: d/boca-db.{postinst,templates}: New postinst This postinst will prompt the user for a DB password and will configure postgresql accordingly Signed-off-by: Bruno Cesar Ribas --- debian/boca-db.templates | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/boca-db.templates (limited to 'debian/boca-db.templates') diff --git a/debian/boca-db.templates b/debian/boca-db.templates new file mode 100644 index 0000000..895098d --- /dev/null +++ b/debian/boca-db.templates @@ -0,0 +1,11 @@ +Template: boca-db/dbpassword +Type: password +Description: Please provide a password for BOCA database: + Please, do not forget this password. You will need it to provide it while + configuring boca-web and boca-autojudge. + +Template: boca-db/createdb +Type: select +Choices: Yes, No +Description: Should a new DB be created for BOCA? + Warning: This operation will erase any existing previously created BOCA DB -- cgit v1.2.3