about summary refs log tree commit diff
path: root/docs/Running-Mastodon
AgeCommit message (Collapse)Author
2017-04-04Separate background jobs into different queues. ATTENTION: new queue "pull"Eugen Rochko
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-03Also fix the start command.Valentin Lorentz
2017-04-03Fix install instructions.Valentin Lorentz
Closes GH-745.
2017-02-25Add tuning documentation, add <content> tags back to most salmons,Eugen Rochko
make status pagination headers generation more lax about next page existing
2017-02-14Fixed the URLTom McAtee
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-13Add rake task for making someone into an adminEugen Rochko
2017-02-07Add postgres setup instructions to docsEugen Rochko
2017-02-04Make the streaming API also handle websockets (because trying to get the ↵Eugen Rochko
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-01-27Add default account details to developer documentation.Effy Elden
2017-01-22Add separate sections for Heroku and Vagrant deployments. Add guide for ↵Effy Elden
instance administration. Move 'Contribution guide' to 'Development guide'.
2017-01-21Add wiki contents to docs/ insteadEugen Rochko