From c3000447204e557027dd6a95dc818b98dcf53239 Mon Sep 17 00:00:00 2001 From: jgart Date: Mon, 4 Oct 2021 22:52:00 -0400 Subject: Fix typos. Signed-off-by: Ben Sturmfels --- docs/source/siteadmin/deploying.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 37033efc..812c1617 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -21,7 +21,7 @@ This deployment guide will take you step-by-step through setting up your own instance of MediaGoblin. MediaGoblin most likely isn't yet available from your operating -system's package manage, however, a basic install isn't too complex in +system's package manager, however, a basic install isn't too complex in and of itself. We recommend a setup that combines MediaGoblin, virtualenv and Nginx on a .deb or .rpm-based GNU/Linux distribution. @@ -131,7 +131,7 @@ Fedora also requires that you initialize and start the PostgreSQL database with a few commands. The following commands are not needed on a Debian-based platform, however:: - # Feora + # Fedora sudo /usr/bin/postgresql-setup initdb sudo systemctl enable postgresql sudo systemctl start postgresql -- cgit v1.2.3