<?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 JustC2 Docs</title><link>/en/docs/installation/</link><description>Recent content in Installation on JustC2 Docs</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2026 JustC2</copyright><lastBuildDate>Sat, 19 Sep 2026 00:00:00 +0000</lastBuildDate><atom:link href="/en/docs/installation/index.xml" rel="self" type="application/rss+xml"/><item><title>Requirements</title><link>/en/docs/installation/requirements/</link><pubDate>Sat, 19 Sep 2026 00:00:00 +0000</pubDate><guid>/en/docs/installation/requirements/</guid><description>&lt;h2 id="operating-system"&gt;Operating System&lt;/h2&gt;&#10;&lt;p&gt;JustC2 is developed and tested on &lt;strong&gt;Linux&lt;/strong&gt;. The server and extenders can be built on any Linux distribution. The client requires a desktop environment with Qt6 support.&lt;/p&gt;</description></item><item><title>Building from Source</title><link>/en/docs/installation/building/</link><pubDate>Sat, 19 Sep 2026 00:00:00 +0000</pubDate><guid>/en/docs/installation/building/</guid><description>&lt;h2 id="clone-the-repository"&gt;Clone the Repository&lt;/h2&gt;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&lt;div class="expressive-code"&gt;&#13;&#10; &lt;figure class="frame is-terminal not-content"&gt;&#13;&#10; &lt;figcaption class="header"&gt;&#13;&#10; &lt;span class="title"&gt;&lt;/span&gt;&#13;&#10; &lt;/figcaption&gt;&#13;&#10; &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;git clone https://github.com/sud0pls/JustC2.git&#10;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nb"&gt;cd&lt;/span&gt; JustC2&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&#13;&#10; &lt;/figure&gt;&#13;&#10;&lt;/div&gt;&#13;&#10;&lt;h2 id="build-everything"&gt;Build Everything&lt;/h2&gt;&#10;&lt;p&gt;The simplest way to build all components (server, client, and extenders) is:&lt;/p&gt;</description></item><item><title>Docker Deployment</title><link>/en/docs/installation/docker/</link><pubDate>Sat, 19 Sep 2026 00:00:00 +0000</pubDate><guid>/en/docs/installation/docker/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;&#10;&lt;p&gt;JustC2 includes a &lt;code&gt;docker-compose.yml&lt;/code&gt; with multiple profiles for building and running the different components:&lt;/p&gt;&#10;&lt;table&gt;&#10;&#9;&lt;thead&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;th&gt;Profile&lt;/th&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;th&gt;Purpose&lt;/th&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&lt;/thead&gt;&#10;&#9;&lt;tbody&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;&lt;code&gt;build-server&lt;/code&gt;&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;Build only the server binary&lt;/td&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;&lt;code&gt;build-client&lt;/code&gt;&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;Build the client as an AppImage&lt;/td&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;&lt;code&gt;build-extenders&lt;/code&gt;&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;Build only the extender plugins&lt;/td&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;&lt;code&gt;build-server-ext&lt;/code&gt;&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;Build server and extenders together&lt;/td&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&#9;&#9;&lt;tr&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;&lt;code&gt;runtime&lt;/code&gt;&lt;/td&gt;&#10;&#9;&#9;&#9;&#9;&#9;&lt;td&gt;Run the server in a container&lt;/td&gt;&#10;&#9;&#9;&#9;&lt;/tr&gt;&#10;&#9;&lt;/tbody&gt;&#10;&lt;/table&gt;&#10;&lt;h2 id="building-with-docker"&gt;Building with Docker&lt;/h2&gt;&#10;&lt;h3 id="build-server--extenders"&gt;Build Server + Extenders&lt;/h3&gt;&#10;&lt;p&gt;This is the most common Docker build — it produces the server binary and all extender plugins:&lt;/p&gt;</description></item></channel></rss>