Difference between revisions of "Editor tips"

From SME Server
Jump to navigationJump to search
 
Line 24: Line 24:
  
 
{{:epel|transcludesection=epel9}}
 
{{:epel|transcludesection=epel9}}
 +
 +
and do not forget to inlcude this line
 +
<nowiki>
 +
{{:epel|transcludesection=yum-modify}}</nowiki>
  
 
=== Next tip ===
 
=== Next tip ===

Latest revision as of 09:15, 30 December 2013

This page contains wiki page editor tips

Repositories

Several pages contain references to new repositories. To ensure the correctness and to prevent typo's one could use the following syntax to refer to those repos:

Example to add the epel repo to SME Server 8

{{:epel|transcludesection=epel8}}
{{:epel|transcludesection=yum-modify}}

the above syntax will show in the wiki page as:


yum install smeserver-extrarepositories-epel -y


yum install smeserver-extrarepositories-epel -y


By changing the version number to 9 in this line

{{:epel|transcludesection=epel8}}


to

{{:epel|transcludesection=epel9}}

will result in:


yum install smeserver-extrarepositories-epel -y


and do not forget to inlcude this line

{{:epel|transcludesection=yum-modify}}

Next tip