Merge "doc: Use dnf instead of yum"

This commit is contained in:
Zuul 2025-01-07 16:22:37 +00:00 committed by Gerrit Code Review
commit c982ee6586
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ On Fedora-based distributions (e.g., Fedora/RHEL/CentOS):
.. code-block:: console
$ sudo yum install gcc python-pip libxml2-devel libxslt-devel python-devel
$ sudo dnf install gcc python-pip libxml2-devel libxslt-devel python3-devel
Install MongoDB
###############

View File

@ -244,7 +244,7 @@ Install and configure ``memcached``, ``uWSGI`` and Messaging on the web server
.. code-block:: console
# yum install memcached
# dnf install memcached
Start ``memcached`` service:
@ -262,7 +262,7 @@ Install and configure ``memcached``, ``uWSGI`` and Messaging on the web server
.. code-block:: console
# yum install python-pip
# dnf install python3-pip
# git clone https://git.openstack.org/openstack/zaqar.git
# cd zaqar
# pip install . -r ./requirements.txt --upgrade --log /tmp/zaqar-pip.log