92
edits
mNo edit summary |
|||
| Line 65: | Line 65: | ||
in <code>debian/templates</code>, add the following entries to create prompt templates for each variable: | in <code>debian/templates</code>, add the following entries to create prompt templates for each variable: | ||
<pre lang="bash"> | <pre lang="bash"> | ||
… | |||
Template: kaboom-api/DNS_AUTHENTICATION | Template: kaboom-api/DNS_AUTHENTICATION | ||
Type: string | Type: string | ||
| Line 80: | Line 80: | ||
Default: | Default: | ||
Description: Enter the fully qualified domain name used for e-learnings | Description: Enter the fully qualified domain name used for e-learnings | ||
… | |||
</pre> | </pre> | ||
| Line 108: | Line 108: | ||
… | … | ||
</pre> | </pre> | ||
These values shall be set or updated once the whole config is over, by running the following command: | |||
<code>sudo dpkg-reconfigure <pkg-name></code> | |||
edits