Category:Installation-Templates: Difference between revisions

From diaspora* project wiki
(Created page with "Templates for the installation guides.")
 
No edit summary
 
Line 1: Line 1:
Templates for the installation guides.
Templates for the installation guides. Use [[Template:Installation]] as main frame. Call it with variables <code>dist</code> and <code>version</code> set. There are preparations for a variable <tt>os</tt>, though it is not in effect at the moment.
 
[[Template:Installation]] will try to fetch <tt>Template:Installation/Preparation/$dist</tt> for the Preparation part right before the RVM section. Create this page so that it fits every version you want to support.
 
Small adjustments using the variables have been made in
* [[Template:Installation/GuideVersion]] for MariaDB being unsupported with Ubuntu Precise
* [[Template:Installation/Introduction]] for a diaspora* package existing for Debian Jessie
 
There is an additional variable <tt>gcc5</tt>, which, if set to <tt>true</tt>, inserts a [https://github.com/hyperic/sigar/issues/60 fix for a bug with sigar]. It affects the page [[Template:Installation/RVM]].

Latest revision as of 00:27, 3 September 2016

Templates for the installation guides. Use Template:Installation as main frame. Call it with variables dist and version set. There are preparations for a variable os, though it is not in effect at the moment.

Template:Installation will try to fetch Template:Installation/Preparation/$dist for the Preparation part right before the RVM section. Create this page so that it fits every version you want to support.

Small adjustments using the variables have been made in

There is an additional variable gcc5, which, if set to true, inserts a fix for a bug with sigar. It affects the page Template:Installation/RVM.