1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Merge pull request #748 from ProgVal/patch-1

Fix install instructions.
This commit is contained in:
Eugen 2017-04-03 03:39:35 +02:00 committed by GitHub
commit 6b9c50117f

View 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-web.service mastodon-sidekiq.service mastodon-streaming.service` to get things going.
## Cronjobs