mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-28 18:42:51 -05:00
3886dc485b
It doesn't feel right to have such guide on the installation page, it feels more natural to have it's own page. This also keeps the 'installation' page clean, which currently feels more like an index page, given it's linking to two other pages (installation from {binary,docker}).
25 lines
1.2 KiB
Markdown
25 lines
1.2 KiB
Markdown
---
|
|
title: 'Installation'
|
|
license: 'CC-BY-SA-4.0'
|
|
---
|
|
|
|
This guide covers the installation of Forgejo [with
|
|
Docker](../installation-docker/) or [from
|
|
binary](../installation-binary/). Both of these methods are created
|
|
and extensively tested to work on every release. They consist of three
|
|
steps:
|
|
|
|
- Download and run the release
|
|
- Connect to the web interface and complete the configuration
|
|
- And finally register the first user which will be granted administrative permissions
|
|
|
|
If you already have Gitea installed through your package manager, look at the [Gitea
|
|
migration](../gitea-migration/) guide for information on how to install Forgejo, while
|
|
preserving your data from your Gitea installation.
|
|
|
|
Forgejo is also available for installation using package managers on many platforms. At this
|
|
time, Forgejo has been successfully adapted for use on various platforms, including Alpine Linux, Arch
|
|
Linux, Debian, Fedora, Gentoo, Manjaro, and the Nix ecosystem. These
|
|
platform-specific packages are under the care of distribution packagers, and specific packages are
|
|
currently undergoing testing. For a curated inventory, please refer to
|
|
[the "Delightful Forgejo" list](https://codeberg.org/forgejo-contrib/delightful-forgejo#packaging).
|