Difference between pages "Package:Varnish" and "Template:Ebuild"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m (forgot to take out infobox stack shit from gentoo importing)
 
 
Line 1: Line 1:
<noinclude>
This is the "Ebuild" template.
It should be called in the following format:
<pre>
{{Ebuild
{{Ebuild
|Summary=Varnish is a state-of-the-art, high-performance HTTP accelerator
|Summary=
|CatPkg=www-servers/varnish
|CatPkg=
|Maintainer=
|Maintainer=
|Homepage=
}}
}}
__TOC__
</pre>
'''Varnish''' is a webcache & http accelerator.  Varnish will either serve cached content, or retireve content from the server, and cache it. Varnish will reduce I/O pressure from webservers.
Edit the page to see the template text.
 
</noinclude><includeonly>{{#widget:AddThis}}<div class="container"><div class="row">
==Install==
<div class="col-md-3 col-md-push-9">
===Emerge===
<b>[[CatPkg::{{{CatPkg|}}}]]</b>
 
<hr>{{#vardefine:cat|{{#explode:{{{CatPkg}}}|/|0}}}}{{#vardefine:pkg|{{#explode:{{{CatPkg}}}|/|1}}}}{{#get_web_data:url=http://ports.funtoo.org/packages.xml|format=xml|use xpath|data=repo_id=/packages/category[@name='{{#var:cat}}']/package[@name='{{#var:pkg}}']/@repository}}{{#vardefine:repoid|{{#if:{{#external_value:repo_id}}|{{#external_value:repo_id}}|gentoo}}}}{{#set:RepoID={{#var:repoid}}}}
Install {{Package|www-servers/varnish}}
<table border="0" width="100%">
<console>###i##www-servers/varnish</console>
{{#if: {{{Maintainer|}}} |<tr><td><i>Current Maintainer(s):</i></td><td>{{#arraymaptemplate:{{{Maintainer|}}}|MaintainerDisplay|,|<br>}}</td></tr> |}}<tr><td><i>Source Repository:</i></td><td>{{#ask:[[Category:Repositories]] [[Repository ID::{{#var:repoid}}]]}}</td></tr>  {{#if: {{{Homepage|}}} |<tr><td></td><td>[[Homepage::{{{Homepage|}}}|Homepage]]</td></tr> |}}</table><hr>
 
<b>Summary:</b> [[Summary::{{{Summary|}}}]]
==Configuration==
{{#get_web_data:url=http://127.0.0.1:8888/portage/meta/{{{CatPkg}}}|format=xml|use xpath|data=use=/package/@use}}{{#set:Use={{#external_value:use}}}}{{#if: {{#external_value:use}}|
 
== Use Flags ==
Configuration is controlled by /etc/varnish/default.vcl
{{#arraymaptemplate:{{#external_value:use}}|ExternUse|,|}}
 
{{file|name=/etc/varnish/default.vcl|desc=varnish configuration file|body=
# backend default {
#     .host = "127.0.0.1";
#    .port = "8080";
# }
}}
}}
<div class="bs-head" style="text-decoration: underline; margin-bottom: 15px;">Funtoo News</div>
{{NewsList|3}}
[[News|View More News...]]


Any traffic pointed at port 8080 will be through varnish.
</div><div class="col-xs-12 col-md-9 col-md-pull-3">{{DISPLAYTITLE:{{PAGENAME}}}}
 
<div id="ebuild_header"><div id="ebuild_logo" style="padding-bottom: 1em;">[[File:ebuild.png|link=|frameless|class=img-responsive]]</div><div id="ebuild_title">
== BootService ==
= {{PAGENAME}} =
 
</div></div>
To start varnish immediately:
{{#seo:
<console>###i##rc-service varnishd start</console>
|title=Package: {{PAGENAME}} ({{{CatPkg}}})
 
|keywords={{{CatPkg}}},ebuild,gentoo,funtoo
To start varnish at boot:
|description=A Funtoo Linux ebuild for {{{CatPkg}}}: {{{Summary|}}}
<console>###i##rc-update add varnishd default</console>
}}{{Tip|This is a wiki page. To edit it, {{CreateAccount}}. Then [[{{#special:userlogin}}|log in]] and then {{#formlink:form=Ebuild|link text=click here to edit this page|target={{FULLPAGENAME}}}}. See our [[Help:Funtoo_Editing_Guidelines|editing guidelines]] to becoming a wiki-editing pro.}}
 
</includeonly>
== Verification ==
To verify that your traffic is going through varnish.
<console>$##i##curl -I https://www.varnish-cache.org/</console>
 
[[Category:Server]]
[[Category:Daemons]]
 
{{EbuildFooter}}

Revision as of 17:16, January 12, 2015

This is the "Ebuild" template. It should be called in the following format:

{{Ebuild
|Summary=
|CatPkg=
|Maintainer=
|Homepage=
}}

Edit the page to see the template text.