diff options
author | penSec.IT UG (haftungsbeschränkt) <etherpad@pensec.it> | 2010-04-04 04:19:46 +0200 |
---|---|---|
committer | penSec.IT UG (haftungsbeschränkt) <etherpad@pensec.it> | 2010-04-04 04:19:46 +0200 |
commit | 8465b116407c1d477d852785d5bd499665296b24 (patch) | |
tree | eae46fa61b7c7e11a84ffc4aa890fb35c386e96c /build/apt/DEBIAN/templates | |
parent | c3b6fb9386a4e1cfca02e61c2ea4fb14c6afc7fc (diff) | |
download | etherpad-8465b116407c1d477d852785d5bd499665296b24.tar.gz etherpad-8465b116407c1d477d852785d5bd499665296b24.tar.xz etherpad-8465b116407c1d477d852785d5bd499665296b24.zip |
apt Buildsystem
Diffstat (limited to '')
-rw-r--r-- | build/apt/DEBIAN/templates | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/build/apt/DEBIAN/templates b/build/apt/DEBIAN/templates new file mode 100644 index 0000000..8cf6124 --- /dev/null +++ b/build/apt/DEBIAN/templates @@ -0,0 +1,63 @@ +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. + +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. + |