From c4a6ae25ff8be845ee3a91000b1acb7941fd59e2 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Oct 26 2018 17:41:30 +0000 Subject: docs: unify "dnf" and "yum" instructions in server howto Drop the references to old EOL Fedora versions and simplify the package install steps by using "Yum" everywhere. --- diff --git a/docs/source/server_howto.rst b/docs/source/server_howto.rst index 6b17c08..4024ffe 100644 --- a/docs/source/server_howto.rst +++ b/docs/source/server_howto.rst @@ -374,15 +374,7 @@ Configuration Files Install PostgreSQL ------------------ -In Fedora 22 and Later versions use `dnf`_: - -:: - - # dnf install postgresql-server - -Or `yum`_ in Fedora 21 and earlier versions: - -:: +Install the ``postgresql-server`` package:: # yum install postgresql-server @@ -601,17 +593,9 @@ Configuration Files Install koji-hub ---------------- -In Fedora 22 and later versions use `dnf`_: - -:: +Install the ``koji-hub`` package along with mod_ssl:: - # dnf install koji-hub httpd mod_ssl - -Or with `yum`_ in Fedora 21 and earlier versions: - -:: - - # yum install koji-hub httpd mod_ssl + # yum install koji-hub mod_ssl Required Configuration ---------------------- @@ -844,15 +828,7 @@ Configuration Files Install Koji-Web ---------------- -For Fedora 22 and later versions use `dnf`_: - -:: - - # dnf install koji-web mod_ssl - -Or with `yum`_ for Fedora 21 and earlier versions: - -:: +Install the ``koji-web`` package along with mod_ssl:: # yum install koji-web mod_ssl @@ -968,15 +944,7 @@ Configuration Files Install kojid ------------- -For Fedora 22 and later versions use `dnf`_: - -:: - - # dnf install koji-builder - -Or with `yum`_ in Fedora 21 and earlier versions: - -:: +Install the ``koji-builder`` package:: # yum install koji-builder @@ -1194,15 +1162,8 @@ Configuration Files Install kojira --------------- -For Fedora 22 and later versions use `dnf`_: - -:: - # dnf install koji-utils - -Or with `yum`_ in Fedora 21 and earlier versions: - -:: +Install the ``koji-utils`` package:: # yum install koji-utils