Full documentation repository for Mastodon
Go to file
Shin Kojima a2352b569f `rbenv install 2.4.1` requires readline-devel (#334)
Tested on Ubuntu Server 16.04.2 LTS

See: https://github.com/rbenv/ruby-build/wiki#trouble-with-irb-or-pry

> * Trouble with irb or pry
>
> Try installing readline and recompiling Ruby.
>
>     Ubuntu: apt-get install libreadline-dev
>     Fedora: yum install readline-devel
2017-07-25 19:16:58 +02:00
Contributing-to-Mastodon Updated sponsors as of July 1 2017-07-03 02:03:18 +02:00
Running-Mastodon `rbenv install 2.4.1` requires readline-devel (#334) 2017-07-25 19:16:58 +02:00
Using-Mastodon Update User-guide.md (#342) 2017-07-17 09:47:25 -04:00
Using-the-API API.md: fix link to named anchor (#345) 2017-07-25 16:47:29 +02:00
Extensions.md Fix outdated info 2017-02-14 21:33:31 +01:00
LICENSE Adds LICENSE 2017-04-22 00:22:52 +02:00
README.md Improve readme (#348) 2017-07-25 18:04:52 +02:00
Specs-and-RFCs-used.md Add wiki contents to docs/ instead 2017-01-21 22:51:02 +01:00

README.md

Mastodon

Mastodon is a free, open-source GNU social-compatible social network server. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Anyone can run Mastodon and participate in the social network seamlessly.

Documentation

Using Mastodon

Using the API

Running Mastodon

In production

Please note: It is highly recommended to run a tagged release of Mastodon and not run off the current master branch.

The aforementioned guides presume using certain software, like Nginx. But using alternatives is possible: Alternative system configurations

In development

Contributing to Mastodon

Protocols