mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-28 18:42:51 -05:00
64ba97d470
- split the installation page into separate pages for Docker, binary install, and packages - clarify the next step is the installation page via the web - clarify the first user created has admin rights - clarify how values in the config sheet are provided when using Docker installation - explain database preparation can be skipped if using SQLite which is built-in Fixes: https://codeberg.org/forgejo/docs/issues/117
21 lines
1,012 B
Markdown
21 lines
1,012 B
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
|
|
|
|
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).
|