Difference between revisions of "Openfusion"

From SME Server
Jump to navigationJump to search
(Created page with "<noinclude>{{Warning box|msg=Copy the configuration setting to your server as is, do not modify anything as that might harm your installation. To use it to install package ena...")
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
<noinclude>{{Warning box|msg=Copy the configuration setting to your server as is, do not modify anything as that might harm your installation. To use it to install package enable it using the option '''--enablerepo=openfusion''' at the SME Server shell.}}
 
<noinclude>{{Warning box|msg=Copy the configuration setting to your server as is, do not modify anything as that might harm your installation. To use it to install package enable it using the option '''--enablerepo=openfusion''' at the SME Server shell.}}
 +
You can now use:
 +
 +
yum  install smeserver-extrarepositories-openfusion
 +
signal-event yum-modify
 +
config set UnsavedChanges no
 +
 +
 +
Alternatively the old way:
 +
 +
 
Below you find the installation command for the {{PAGENAME}} repository which can be entered on the SME Server shell.
 
Below you find the installation command for the {{PAGENAME}} repository which can be entered on the SME Server shell.
 
==openfusion==
 
==openfusion==
 
</noinclude>
 
</noinclude>
 +
 +
SME9
 
  db yum_repositories set openfusion repository \
 
  db yum_repositories set openfusion repository \
 
  BaseURL http://repo.openfusion.net/centos6-\$basearch \
 
  BaseURL http://repo.openfusion.net/centos6-\$basearch \
Line 9: Line 21:
 
  Visible yes status disabled
 
  Visible yes status disabled
  
 +
SME10
 +
db yum_repositories set openfusion repository \
 +
BaseURL http://repo.openfusion.net/centos7-\$basearch \
 +
EnableGroups no GPGCheck yes Name "openfusion repository" \
 +
GPGKey http://repo.openfusion.net/RPM-GPG-KEY-openfusion \
 +
Visible yes status disabled
  
 
<noinclude>
 
<noinclude>
Line 14: Line 32:
 
  signal-event yum-modify
 
  signal-event yum-modify
 
----
 
----
[[Category: Yum_Repository]]</noinclude>
+
[[Category: Yum_Repository]]
 +
</noinclude>

Latest revision as of 16:16, 23 July 2020

Warning.png Warning:
Copy the configuration setting to your server as is, do not modify anything as that might harm your installation. To use it to install package enable it using the option --enablerepo=openfusion at the SME Server shell.


You can now use:

yum  install smeserver-extrarepositories-openfusion
signal-event yum-modify
config set UnsavedChanges no


Alternatively the old way:


Below you find the installation command for the Openfusion repository which can be entered on the SME Server shell.

openfusion

SME9

db yum_repositories set openfusion repository \
BaseURL http://repo.openfusion.net/centos6-\$basearch \
EnableGroups no GPGCheck yes Name "openfusion repository" \
GPGKey http://repo.openfusion.net/RPM-GPG-KEY-openfusion \
Visible yes status disabled

SME10

db yum_repositories set openfusion repository \
BaseURL http://repo.openfusion.net/centos7-\$basearch \
EnableGroups no GPGCheck yes Name "openfusion repository" \
GPGKey http://repo.openfusion.net/RPM-GPG-KEY-openfusion \
Visible yes status disabled


After adding it to the database updating the configuration file is required:

signal-event yum-modify