diff options
| author | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-23 14:31:42 +0000 |
|---|---|---|
| committer | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-23 14:31:42 +0000 |
| commit | 9afc0704ec837e6b3ef584ce0e66528b8a2cfa10 (patch) | |
| tree | a7c4a56a91dd498e120596a5984ea8f54b6813ba /debian/boca-common.templates | |
| parent | 009899084bd9beb7f9a9f94925b60f194e0889a2 (diff) | |
| download | boca-9afc0704ec837e6b3ef584ce0e66528b8a2cfa10.tar.gz boca-9afc0704ec837e6b3ef584ce0e66528b8a2cfa10.zip | |
d/boca-common.{postinst,templates}: Adds new postinst
This version will prompt user for a DB hostname and password
Signed-off-by: Bruno Cesar Ribas <brunoribas@gmail.com>
Diffstat (limited to 'debian/boca-common.templates')
| -rw-r--r-- | debian/boca-common.templates | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/boca-common.templates b/debian/boca-common.templates new file mode 100644 index 0000000..e993675 --- /dev/null +++ b/debian/boca-common.templates @@ -0,0 +1,10 @@ +Template: boca-common/dbhost +Type: string +Default: localhost +Description: Please provide a host within BOCA database: + +Template: boca-common/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. |