1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

9 Commits

Author SHA1 Message Date
koyu
074aafcc64
Update dependencies (#820) 2020-10-17 15:32:54 +02:00
Karissa McKelvey
35b4d2d280
fix: systemctl enable mastodon-* does not always work (#794)
root@ubuntu:~# systemctl enable mastodon-*
Failed to enable unit: Unit file mastodon-\x2a.service does not exist.
root@ubuntu:~# systemctl enable mastodon-web mastodon-sidekiq mastodon-streaming
Created symlink /etc/systemd/system/multi-user.target.wants/mastodon-web.service → /etc/systemd/system/mastodon-web.service.
Created symlink /etc/systemd/system/multi-user.target.wants/mastodon-sidekiq.service → /etc/systemd/system/mastodon-sidekiq.service.
Created symlink /etc/systemd/system/multi-user.target.wants/mastodon-streaming.service → /etc/systemd/system/mastodon-streaming.service.
2020-07-15 17:56:37 +02:00
Lerk
bd38c1a487
Fix bundle config commands (#766) 2020-04-21 22:09:55 +02:00
Eugen Rochko
2cfe57c426 Update Ruby 2020-04-05 17:11:06 +02:00
BSKY
bddd59a36a
Bump version of Node.js to install (#759) 2020-02-20 17:54:48 +01:00
Даниил Пронин
9858688afe
Update Node version in install.md (#753) 2020-02-09 01:02:46 +01:00
trwnh
7ceae9fe36 Update anchors, line breaks, tootctl options (#745)
* update anchors

* remove extraneous anchors

* fix line breaks

* wrap tootctl tokens in code blocks

* change anchors to hugo format

* fix mistaken search-and-replace

* fix mistaken search-and-replace
2020-01-12 14:11:56 +01:00
QuietMisdreavus
aa9cc59f95 tweak install.md for completeness (#742) 2020-01-07 02:30:05 +01:00
Eugen Rochko
33cb69ad07 Update documentation with contents by twrnh 2020-01-04 10:33:16 +01:00