diff options
author | Peter Martischka <pita@pitapoison.de> | 2010-04-04 19:30:26 +0200 |
---|---|---|
committer | Peter Martischka <pita@pitapoison.de> | 2010-04-04 19:30:26 +0200 |
commit | a7e7f1e0766dee5f69d5125b9c400aeeb28c5309 (patch) | |
tree | fad910ace28c3dfc6e95b1f4100985bacbab14f3 /build/apt/DEBIAN/templates | |
parent | a432c5dd6b719930df11cfa7e787bcca3c6fe1a1 (diff) | |
parent | 40e1873f117dae23800e9bd281558a8a145d479b (diff) | |
download | etherpad-a7e7f1e0766dee5f69d5125b9c400aeeb28c5309.tar.gz etherpad-a7e7f1e0766dee5f69d5125b9c400aeeb28c5309.tar.xz etherpad-a7e7f1e0766dee5f69d5125b9c400aeeb28c5309.zip |
Merge branch 'master' of git://github.com/penSecIT/pad
Diffstat (limited to 'build/apt/DEBIAN/templates')
-rw-r--r-- | build/apt/DEBIAN/templates | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/build/apt/DEBIAN/templates b/build/apt/DEBIAN/templates new file mode 100644 index 0000000..d7c6f36 --- /dev/null +++ b/build/apt/DEBIAN/templates @@ -0,0 +1,68 @@ +Template: etherpad-%BRANCH%/is_production +Type: boolean +Default: false +Description: Install as production mode? + Do you wish to install etherpad in production mode? + . + Note: be aware that etherpad is under active development and not yet ready + for general deployment! + +Template: etherpad-%BRANCH%/admin_password +Type: password +Default: password +Description: etherpad administration password + Please insert the administration password, default is password. + +Template: etherpad-%BRANCH%/port +Type: string +Default: 9000 +Description: etherpad tcp port + Please insert the port on which etherpad should listen, default is 9000. You + cannot use privileged ports (<= 1024). + . + If you want to make etherpad available on port 80/443 use etherpad-proxy which + will install a webserver (like nginx or apache) to proxy dynamic etherpad + contents and serve static contents directly. + +Template: etherpad-%BRANCH%/setup_database +Type: boolean +Default: false +Description: Do yo want etherpad to create a database for you? + Do you want to use the database wizard to setup a database for etherpad to + use? + . + Note: This wizard only works with local mysql installations. If you want to use + a remote mysql database, then answer no and edit + /etc/etherpad/etherpad.properties appropriatly. + +Template: etherpad-%BRANCH%/database_host +Type: string +Default: localhost +Description: MySQL database hostname + Please insert the database hostname, default is localhost. + +Template: etherpad-%BRANCH%/database_port +Type: string +Default: 3306 +Description: MySQL database port + Please insert the database port, default is 3306. + +Template: etherpad-%BRANCH%/database_name +Type: string +Default: etherpad +Description: MySQL database name + Please insert the database name, default is etherpad. + +Template: etherpad-%BRANCH%/database_username +Type: string +Default: etherpad +Description: MySQL database username + Please insert the database username, default is etherpad. + +Template: etherpad-%BRANCH%/database_password +Type: password +Default: password +Description: MySQL database password + Please insert the password for the specified database user, default is + password. + |