<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Installation on Dripline Documentation</title><link>https://matrix86.github.io/driplane/en/doc/installation/</link><description>Recent content in Installation on Dripline Documentation</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Wed, 16 Sep 2020 22:38:02 +0200</lastBuildDate><atom:link href="https://matrix86.github.io/driplane/en/doc/installation/index.xml" rel="self" type="application/rss+xml"/><item><title>Build and install</title><link>https://matrix86.github.io/driplane/en/doc/installation/build/</link><pubDate>Wed, 16 Sep 2020 22:38:02 +0200</pubDate><guid>https://matrix86.github.io/driplane/en/doc/installation/build/</guid><description>&lt;h2 id="build-and-install"&gt;Build and install&lt;/h2&gt;
&lt;p&gt;Launching the follow command go will take care of the downloading, the dependency resolving, the building and finally of the installation of the binary in the &lt;em&gt;$GOBIN&lt;/em&gt; directory.&lt;/p&gt;
&lt;div class="alert alert-success" role="alert" data-dir="ltr"&gt;go get -u github.com/Matrix86/driplane/&amp;hellip;&lt;/div&gt;</description></item><item><title>Docker</title><link>https://matrix86.github.io/driplane/en/doc/installation/docker/</link><pubDate>Wed, 16 Sep 2020 22:38:02 +0200</pubDate><guid>https://matrix86.github.io/driplane/en/doc/installation/docker/</guid><description>&lt;h2 id="docker"&gt;Docker&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;driplane&lt;/code&gt; is containerized using a really lightweight Linux distribution called &lt;strong&gt;Alpine Linux&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;To pull the latest image version:&lt;/p&gt;
&lt;div class="alert alert-success" role="alert" data-dir="ltr"&gt;docker pull matrix86/driplane&lt;/div&gt;
&lt;p&gt;To run it:&lt;/p&gt;
&lt;div class="alert alert-success" role="alert" data-dir="ltr"&gt;docker run &amp;ndash;rm -v config:/app/config -it matrix86/driplane:latest -config config/config.yaml&lt;/div&gt;
&lt;p&gt;where the &lt;code&gt;config&lt;/code&gt; directory contains the &lt;code&gt;config.yaml&lt;/code&gt; file, the &lt;code&gt;rule&lt;/code&gt; directory, the &lt;code&gt;js&lt;/code&gt; directory and the &lt;code&gt;templates&lt;/code&gt; directory.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://hub.docker.com/repository/docker/matrix86/driplane" target="_blank"&gt;Link to the Docker repository&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>