Skip to content

Commit

Permalink
Site update
Browse files Browse the repository at this point in the history
  • Loading branch information
M0ses committed Apr 26, 2024
1 parent 5df1712 commit 15eff0d
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 73 deletions.
24 changes: 11 additions & 13 deletions page/getting_started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,32 +45,30 @@
<main>
<h1>Installation</h1>

<h2>openSUSE</h2>

<!--
<h2>
<a id="automatic-installation-with-yast-one-click-install" class="anchor" href="#automatic-installation-with-yast-one-click-install" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span></a>Automatic installation with yast one-click-install</h2>
<p>One of the goals of kanku is to make your life easier, and therefor we provide packages for most major distributions.</p>

0c0f88080cb2494e730d4e08896006cb
<p>Please visit <a href="https://build.opensuse.org/project/show/devel:kanku">devel:kanku</a> to see all currently available packages for the various distributions.</p>

<p>As you might have read already in the <a href="/kanku/kanku">introduction</a> kanku offers two modes and we recommend to choose the appropriate package for your needs.</p>

<ul>
<li>kanku-cli (Developer Mode)</li>
<li>kanku (Server Mode - almost everthing)</li>
</ul>

-->
<h2>openSUSE</h2>

<pre><code>zypper ar obs://devel:kanku devel:kanku
zypper ar obs://devel:kanku:perl devel:kanku:perl
zypper ref -s
zypper in kanku
zypper in kanku-cli
</code></pre>

<h2>Fedora/RedHat</h2>

<pre><code>curl https://download.opensuse.org/repositories/devel:/kanku/Fedora_Rawhide/devel:kanku.repo &gt; /etc/yum.repos.d/devel:kanku.repo
curl https://download.opensuse.org/repositories/devel:/kanku:/perl/Fedora_Rawhide/devel:kanku:perl.repo &gt; /etc/yum.repos.d/devel:kanku:perl.repo
dnf install kanku
dnf install kanku-cli
usermod -a -G wheel kanku
usermod -a -G libvirt kanku
</code></pre>
Expand All @@ -82,7 +80,7 @@ <h2>Ubuntu/Debian</h2>
curl https://download.opensuse.org/repositories/devel:/kanku:/perl:/deb/xUbuntu_22.04/Release.key |sudo apt-key add -
curl https://download.opensuse.org/repositories/devel:/kanku:/staging/xUbuntu_22.04/Release.key |sudo apt-key add -
sudo apt update
sudo apt install -y kanku
sudo apt install -y kanku-cli
</code></pre>

<h2>Setup your environment</h2>
Expand Down
Loading

0 comments on commit 15eff0d

Please sign in to comment.