diff --git a/Running-Mastodon/Production-guide.md b/Running-Mastodon/Production-guide.md index cd57796a..81c2f9a1 100644 --- a/Running-Mastodon/Production-guide.md +++ b/Running-Mastodon/Production-guide.md @@ -122,7 +122,7 @@ It is recommended to create a special user for mastodon on the server (you could sudo apt-get install postgresql postgresql-contrib -Setup a user and database for Mastodon: +Set up a user and database for Mastodon: sudo su - postgres psql @@ -182,7 +182,7 @@ To get a random string. If you are setting up on one single server (most likely) ## Setup -And setup the database for the first time, this will create the tables and basic data: +And set up the database for the first time, this will create the tables and basic data: RAILS_ENV=production bundle exec rails db:setup