Fix typos.

Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
This commit is contained in:
jgart 2021-10-04 22:52:00 -04:00 committed by Ben Sturmfels
parent 0e61ebe5de
commit c300044720
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0

View File

@ -21,7 +21,7 @@ This deployment guide will take you step-by-step through
setting up your own instance of MediaGoblin. setting up your own instance of MediaGoblin.
MediaGoblin most likely isn't yet available from your operating 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, and of itself. We recommend a setup that combines MediaGoblin,
virtualenv and Nginx on a .deb or .rpm-based GNU/Linux distribution. 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 PostgreSQL database with a few commands. The following commands are
not needed on a Debian-based platform, however:: not needed on a Debian-based platform, however::
# Feora # Fedora
sudo /usr/bin/postgresql-setup initdb sudo /usr/bin/postgresql-setup initdb
sudo systemctl enable postgresql sudo systemctl enable postgresql
sudo systemctl start postgresql sudo systemctl start postgresql