The Fedora Installation Guide.
This repository has been archived on 2026-05-29. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
py0xc3 a55dbce7c5 Support for i386 was dropped
(cherry picked from commit 72be12edb0)
2022-07-28 21:57:26 +00:00
install-guide@f3c38d8d4f add readme 2018-07-28 14:50:44 +02:00
modules/install-guide Support for i386 was dropped 2022-07-28 21:57:26 +00:00
.gitignore antora conversion 2018-07-27 16:23:03 +02:00
antora.yml Branch for F35 2021-10-07 22:07:35 +02:00
build.sh build: Update with latest version from template 2022-03-09 17:16:53 +01:00
LICENSE Present readers with smart quotes 2021-08-27 05:21:44 +02:00
nginx.conf Update to latest build template and fix nav build 2018-10-05 17:24:06 +02:00
preview.sh build & preview: Update with latest version from template 2022-03-09 17:16:53 +01:00
README.md Present readers with smart quotes 2021-08-27 05:21:44 +02:00
site.yml Update configuration for Antora 3.0 2022-03-09 17:16:53 +01:00

Fedora Install Guide

Please report Issues and submit Pull Requests for Content Fixes here. Have you never done a pull request (or “PR”)? Here's the Pagure documentation for Pull Requests.

General appearance issues and publishing issues should be reported against the publishing software.

How to edit these documents

All of this is written in AsciiDoc. It's a simple mostly-plain-text markup language. You may want to look at:

Local preview

This repo includes scripts to build and preview the contents of this repository.

NOTE: Please note that if you reference pages from other repositories, such links will be broken in this local preview as it only builds this repository. If you want to rebuild the whole Fedora Docs site, please see the Fedora Docs build repository for instructions.

Both scripts use docker, so please make sure you have it installed on your system. Please see below for instructions.

To build and preview the site, run:

$ ./build.sh && ./preview.sh

The result will be available at http://localhost:8080

Installing docker on Fedora

$ sudo dnf install docker
$ sudo systemctl start docker && sudo systemctl enable docker