Difference between revisions of "Mastodon/admin"
< Mastodon
Jump to navigation
Jump to search
(Created page with "{{seed}} ==Pages== * /character limit: notes on how to modify the maximum length of a toot ==Links== * [https://github.com/staticsafe/mastodon-documentation/blob/master/Ru...") |
(more links, in sections now) |
||
Line 1: | Line 1: | ||
{{seed}} | {{seed}} | ||
==Pages== | ==Pages== | ||
− | * | + | * {{l/sub|character limit}}: notes on how to modify the maximum length of a toot |
==Links== | ==Links== | ||
+ | ===installing=== | ||
* [https://github.com/staticsafe/mastodon-documentation/blob/master/Running-Mastodon/Production-Guide.md Mastodon Production Guide]: a walk through of the setup process | * [https://github.com/staticsafe/mastodon-documentation/blob/master/Running-Mastodon/Production-Guide.md Mastodon Production Guide]: a walk through of the setup process | ||
− | ** [https://github.com/ | + | ** [https://github.com/tootsuite/documentation/blob/master/Running-Mastodon/Alternatives.md Alternative Server Components]: using nonstandard services (e.g. Apache instead of nginx) |
* [https://anystack.xyz/how-to-install-mastodon-ubuntu/ How to install a Mastodon instance on Ubuntu 16.04 LTS] | * [https://anystack.xyz/how-to-install-mastodon-ubuntu/ How to install a Mastodon instance on Ubuntu 16.04 LTS] | ||
* [https://startuplab.io/post/deploying-mastodon-on-digital-ocean Deploying Mastodon on Digital Ocean]: uses [[Docker]] | * [https://startuplab.io/post/deploying-mastodon-on-digital-ocean Deploying Mastodon on Digital Ocean]: uses [[Docker]] | ||
** [https://ashfurrow.com/blog/moving-mastodon-to-digital-ocean/ Moving Mastodon to Digital Ocean] ...but apparently is a really easy way to do it | ** [https://ashfurrow.com/blog/moving-mastodon-to-digital-ocean/ Moving Mastodon to Digital Ocean] ...but apparently is a really easy way to do it | ||
* [https://github.com/staticsafe/mastible Mastible]: an {{l/sw/ansible}} playbook to install Mastodon | * [https://github.com/staticsafe/mastible Mastible]: an {{l/sw/ansible}} playbook to install Mastodon | ||
+ | ===upgrading=== | ||
+ | Upgrading an instance to a new version: | ||
+ | * [https://github.com/tootsuite/documentation/blob/master/Running-Mastodon/Updating-Mastodon-Guide.md official] | ||
+ | * [https://github.com/staticsafe/mastodon-documentation/blob/master/Running-Mastodon/Updating-Mastodon-Guide.md Updating Mastodon] ([https://mastodon.zombocloud.com/users/staticsafe/updates/4279 via author]) | ||
+ | ===administration=== | ||
+ | * [https://github.com/tootsuite/documentation/blob/master/Running-Mastodon/Administration-guide.md official] |
Revision as of 15:04, 15 January 2018
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Pages
- character limit: notes on how to modify the maximum length of a toot
Links
installing
- Mastodon Production Guide: a walk through of the setup process
- Alternative Server Components: using nonstandard services (e.g. Apache instead of nginx)
- How to install a Mastodon instance on Ubuntu 16.04 LTS
- Deploying Mastodon on Digital Ocean: uses Docker
- Moving Mastodon to Digital Ocean ...but apparently is a really easy way to do it
- Mastible: an Ansible playbook to install Mastodon
upgrading
Upgrading an instance to a new version: