Changes

From SME Server
Jump to navigationJump to search
1,043 bytes added ,  21:07, 9 April 2021
Line 15: Line 15:  
=== Installation ===
 
=== Installation ===
   −
====SME10====
+
<tabs container><tab name="For SME 10">
    
Install in the usual way:
 
Install in the usual way:
    
  yum install smeserver-check4updates --enablerepo=smecontribs
 
  yum install smeserver-check4updates --enablerepo=smecontribs
 +
</tab><tab name="For SME 9">
 +
This contrib is currently held in an external non default repository. You must first configure the stephdl repository on your SME server by following the steps here [[stephdl]] (if not already configured).
 +
 +
You can check the repo status as follows
 +
db yum_repositories show stephdl
 +
If you receive no output then the repo is not configured on your SME server.
 +
 +
Then run the following commands to install the Check4updates contrib on your SME Server.<br />
 +
 +
yum --enablerepo=smecontribs install smeserver-check4updates
 +
You have to set the repositories you want to check, you must enabled them before as it is asked [http://wiki.contribs.org/Category:Yum_Repository on this page]<br />
 +
 +
'''Repositories have to be separated by a coma ',''''<br />
 +
 +
for example
 +
config setprop check4updates repositories fws,stephdl
 +
 +
Then activate the database changes as follows:
 +
signal-event post-upgrade;  signal-event reboot
 +
or if you do not want to restart the server, simply do
 +
signal-event console-save
   −
====Earlier====
+
</tab>
 +
<tab name="For SME 8">
 
This contrib is currently held in an external non default repository. You must first configure the stephdl repository on your SME server by following the steps here [[stephdl]] (if not already configured).  
 
This contrib is currently held in an external non default repository. You must first configure the stephdl repository on your SME server by following the steps here [[stephdl]] (if not already configured).  
   Line 30: Line 52:  
Then run the following commands to install the Check4updates contrib on your SME Server.<br />
 
Then run the following commands to install the Check4updates contrib on your SME Server.<br />
   −
* '''for sme8'''
  −
yum --enablerepo=stephdl install smeserver-check4updates
  −
  −
* '''for sme9'''
   
  yum --enablerepo=smecontribs install smeserver-check4updates
 
  yum --enablerepo=smecontribs install smeserver-check4updates
 
You have to set the repositories you want to check, you must enabled them before as it is asked [http://wiki.contribs.org/Category:Yum_Repository on this page]<br />
 
You have to set the repositories you want to check, you must enabled them before as it is asked [http://wiki.contribs.org/Category:Yum_Repository on this page]<br />
Line 46: Line 64:  
or if you do not want to restart the server, simply do
 
or if you do not want to restart the server, simply do
 
  signal-event console-save
 
  signal-event console-save
 +
yum --enablerepo=stephdl install smeserver-check4updates
 +
 +
</tab>
 +
</tabs>
    
===Usage===
 
===Usage===
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,228

edits

Navigation menu