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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
---
nav1: get-started
nav1-show: true
nav1-weight: 5
title: 'Getting started with Gentoo'
navtitle: 'Get started'
---
<p class="lead">
Installing Gentoo works a bit differently than other Linux distributions.
<br>
But don't worry, we got you covered every step of the way.
</p>
{% include hero-section/start class="get-started-livecd" %}
<div class="row">
<div class="col-md-2 get-started-icon"><span class="fa fa-fw fa-power-off fa-5x"></span></div>
<div class="col-md-10">
<h2 class="stick-top">Step 1: Boot a live environment.</h2>
<p>Choose between a lean Gentoo installation CD, a LiveCD/DVD, LiveGUI USB, or any distribution you like to perform the installation.</p>
</div>
</div>
{% include hero-section/end %}
{% include hero-section/start class="get-started-handbook" %}
<div class="row">
<div class="col-md-2 get-started-icon"><span class="fa fa-fw fa-book fa-5x"></span></div>
<div class="col-md-10">
<h2 class="stick-top">Step 2: Follow the installation instructions.</h2>
<p>The Gentoo Handbook provides detailed documentation that guides you through the installation process.</p>
<p>There is no installation program—you're the installer. That way, you can apply all the customizations you desire.</p>
</div>
</div>
{% include hero-section/end %}
{% include hero-section/start class="get-started-go" %}
<div class="row">
<div class="col-md-2 get-started-icon"><span class="fa fa-fw fa-rocket fa-5x"></span></div>
<div class="col-md-7">
<h2 class="stick-top">Ready to go?</h2>
<p>These steps are all described in the <strong>Gentoo Handbook.</strong></p>
<p>Should you have any questions regarding Gentoo, or the installation process, we're here for you!</p>
</div>
<div class="col-md-3">
<h2 class="stick-top"> </h2>
<p>
<a href="https://wiki.gentoo.org/wiki/Handbook:Main_Page" type="button" class="btn btn-default btn-lg btn-block"><i class="fa fa-fw fa-book"></i> Gentoo Handbook</a>
<a href="/support/" type="button" class="btn btn-default btn-lg btn-block"><i class="fa fa-fw fa-life-buoy"></i> Get Support</a>
</p>
</div>
</div>
{% include hero-section/end %}
<h2>After the installation…</h2>
<div class="row">
<div class="col-xs-12 col-md-3">
<h3><i class="fa fa-fw fa-comments-o"></i> Communicate</h3>
<p>
Meet the community on our Forums, mailing lists, and on IRC.
</p>
</div>
<div class="col-xs-12 col-md-3">
<h3><i class="fa fa-fw fa-cogs"></i> Contribute</h3>
<p>
There are always things to engineer, build, fix, and document.
Consider this your formal invitation to help shape Gentoo!
</p>
</div>
<div class="col-xs-12 col-md-3">
<h3><i style="color:#d9534f;" class="fa fa-fw fa-heart"></i> Donate</h3>
<p>
Your support is vital to keep us running.
Even little amounts help keep our servers online.
</p>
</div>
<div class="col-xs-12 col-md-3">
<h3><i class="fa fa-fw fa-bullhorn"></i> Spread the word</h3>
<p>
Happy with the system you built? Tell the world about it.
</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-3">
<a href="/get-involved/" class="btn btn-primary btn-block">Get involved</a>
</div>
<div class="col-xs-12 col-md-3">
<a href="/get-involved/contribute/" type="button" class="btn btn-primary btn-block">What can I do?</a>
</div>
<div class="col-xs-12 col-md-3">
<a href="/donate/" class="btn btn-primary btn-block">Help cover costs</a>
</div>
<div class="col-xs-12 col-md-3">
</div>
</div>
|