Commit graph

214 commits

Author SHA1 Message Date
Angristan
c4afe950bb Fix crontab edit
Missing -u parameter to specify the mastodon user.
2017-04-04 17:23:56 +02:00
Angristan
5714143e53 Missing quotes 2017-04-04 15:57:37 +02:00
walfie
eef381b5c6 Fix typo in Heroku guide 2017-04-04 00:00:56 -04:00
Eugen Rochko
5e91a1dfbd Separate background jobs into different queues. ATTENTION: new queue "pull"
must be added to the Sidekiq invokation in your systemd file

The pull queue will handle link crawling, thread resolving, and OStatus
processing. Such tasks are more likely to hang for a longer time (due to
network requests) so it is more sensible to not make the "in-house" tasks
wait for them.
2017-04-04 00:53:20 +02:00
Valentin Lorentz
973a74d252 Also fix the start command. 2017-04-03 00:10:51 +02:00
Valentin Lorentz
8b5966b37b Fix install instructions.
Closes GH-745.
2017-04-03 00:08:40 +02:00
Eugen Rochko
b505ee3ee2 Add tuning documentation, add <content> tags back to most salmons,
make status pagination headers generation more lax about next page
existing
2017-02-25 03:34:37 +01:00
Tom McAtee
bafb096d4f Fixed the URL
Heroku uses the referrer URL to point at the repo that should be deployed; from this page that includes part of a path that breaks the deployment (specifically /blob/master/docs/Running-Mastodon/Heroku-guide.md).

I've replaced the vanilla address with one that includes a specific reference to the root of the repo
2017-02-14 12:46:18 +10:30
Eugen Rochko
017297c1e2 Add rake task for making someone into an admin 2017-02-13 20:42:02 +01:00
Eugen Rochko
845e23a837 Add postgres setup instructions to docs 2017-02-07 23:57:30 +01:00
Eugen Rochko
0cb6db2972 Make the streaming API also handle websockets (because trying to get the browser EventSource interface to
work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead
of ActionCable like before. This means that if you are upgrading, you should set that up beforehand.
2017-02-04 00:34:31 +01:00
Effy Elden
376165bee4 Add default account details to developer documentation. 2017-01-27 02:03:13 +11:00
Effy Elden
6c12fda90a Add separate sections for Heroku and Vagrant deployments. Add guide for instance administration. Move 'Contribution guide' to 'Development guide'. 2017-01-22 19:50:40 +11:00
Eugen Rochko
2eb6ed093f Add wiki contents to docs/ instead 2017-01-21 22:51:02 +01:00