-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgettingstarted.html
43 lines (37 loc) · 1.65 KB
/
gettingstarted.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
layout: default
title: Ganeti - Getting Started
---
<article>
<header>
<h1>Getting Started</h1>
</header>
<section>
<p>
This page will show you how install Ganeti on various Linux distributions. Further information about dependencies
and cluster initialisation can be found in <a href="https://docs.ganeti.org/docs/ganeti/3.0/html/install.html">this Guide</a>.
<p>
<h3>Debian</h3>
<p>
Debian provides packages out of the box. More recent packages can usually be found through
<a href="https://backports.debian.org/">Debian Backports</a>.
</p>
<h3>Ubuntu</h3>
<p>
Please use <a href="https://launchpad.net/~pkg-ganeti-devel/+archive/ubuntu/lts">this PPA</a> if you would like to run Ganeti on Ubuntu.
</p>
<h3>RedHat/CentOS</h3>
<p>
For Redhat/CentOS based systems, please head over to <a href="https://jfut.integ.jp/linux/ganeti/">this repository</a>.
</p>
<h3>Other Distributions / Source builds</h3>
<p>
You can also build Ganeti directly from source - please read <a href="https://github.com/ganeti/ganeti/blob/master/INSTALL">these instructions</a> carefully.
</p>
<h3>Nightly/Developer builds</h3>
<p>
We provide nightly packages for Debian and Ubuntu off the project's master branch via <a href="https://deb.ganeti.dev">this repository</a>.<br>
<b>These packages are only for testing purposes, do not use them in production! There is no upgrade path between nightly builds!</b>
</p>
</section>
</article>