Difference between revisions of "Contrib/Template"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) |
Unnilennium (talk | contribs) |
||
Line 31: | Line 31: | ||
=== Installation === | === Installation === | ||
+ | <tabs container><tab name="For SME 10"> | ||
yum --enablerepo=smecontribs install {{#var:smecontribname}} | yum --enablerepo=smecontribs install {{#var:smecontribname}} | ||
− | + | </tab><tab name="For SME 9"> | |
+ | yum --enablerepo=smecontribs install {{#var:smecontribname}} | ||
+ | signal-event post-upgrade | ||
+ | signal-event reboot | ||
+ | </tab><tab name="For SME 8"> | ||
+ | yum --enablerepo=smecontribs install {{#var:smecontribname}} | ||
+ | signal-event post-upgrade | ||
+ | signal-event reboot | ||
+ | </tab></tabs> | ||
=== Configuration === | === Configuration === |
Revision as of 03:52, 2 April 2021
contrib logo | |
Maintainer | maintainer |
---|---|
Url | https://wiki.contribs.org |
Category | |
Tags | File, this, with, a, list, of, tags |
Maintainer
Version
Description
Installation
yum --enablerepo=smecontribs install smeserver-contrib
yum --enablerepo=smecontribs install smeserver-contrib signal-event post-upgrade signal-event reboot
yum --enablerepo=smecontribs install smeserver-contrib signal-event post-upgrade signal-event reboot
Configuration
you can list the available configuration with the followinf command :
config show contrib
Some of the properties are not shown, but are defaulted in a template or a script. Here a more comprehensive list with default and expected values :
property | default | values | |
---|---|---|---|
DbName | nextcloud | string | for mysql db |
DbPassword | GENERATED | string | for mysql db |
DbUser | nextcloud | string | for mysql db |
access | private | private, public | |
status | enabled | enabled,disabled |
Uninstall
yum remove smeserver-contrib contrib
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-contrib component or use this link
Below is an overview of the current issues for this contrib:
No open bugs found.
Changelog
Only released version in smecontrib are listed here.