]> cat aescling's git repositories - mastodon.git/commitdiff
Fix install instructions.
authorValentin Lorentz <progval+github@progval.net>
Sun, 2 Apr 2017 22:08:40 +0000 (00:08 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Apr 2017 22:08:40 +0000 (00:08 +0200)
Closes GH-745.

docs/Running-Mastodon/Production-guide.md

index a6c776f0929ac4f8a52131a49d9b4fb727597c5b..7af92fd944d545f88ed099a65514183498616fe7 100644 (file)
@@ -95,7 +95,6 @@ Setup a user and database for Mastodon:
 In the prompt:
 
     CREATE USER mastodon CREATEDB;
-    CREATE DATABASE mastodon_production OWNER mastodon;
     \q
 
 ## Rbenv
@@ -210,7 +209,7 @@ Restart=always
 WantedBy=multi-user.target
 ```
 
-This allows you to `sudo systemctl enable mastodon-*.service` and `sudo systemctl start mastodon-*.service` to get things going.
+This allows you to `sudo systemctl enable /etc/systemd/system/mastodon-*.service` and `sudo systemctl start mastodon-*.service` to get things going.
 
 ## Cronjobs