5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-16 19:19:36 +00:00
yggdrasil-network.github.io/installation-linux-rpm.md
2022-09-24 15:14:06 +01:00

39 lines
993 B
Markdown

---
tags: dontlink
sitemap: true
---
# Installing on Red Hat Enterprise Linux, Fedora, CentOS and similar
**These instructions apply to any RPM-based distribution with `systemd`.**
RPM binary packages exist to simplify the installation of Yggdrasil. These
will also work on any other RPM-based distribution.
## Install RPM package from COPR repository
There's a [Fedora COPR repository](https://copr.fedorainfracloud.org/coprs/neilalexander/yggdrasil-go/) available, which provides recent versions of Yggdrasil for some RPM-based distributions.
### Fedora
Installation on Fedora is easy as:
```bash
dnf copr enable neilalexander/yggdrasil-go
dnf install yggdrasil
```
... and you're ready to go!
## Making configuration changes
Modify the `/etc/yggdrasil.conf` file and then either restart the Yggdrasil daemon:
```
systemctl restart yggdrasil
```
## After installation
Read the [Linux platform page](configuration.html) page for further
information about Linux platform support.