Mastodon

https://github.com/tootsuite/mastodon/releases

関連:
https://github.com/sys1yagi/mastodon4j

Mastodonのサーバ間通信が切れた場合のリカバリ
http://qiita.com/clworld/items/bc3d8f97d38f2ba58492

MastodonはP2Pではないという話、もしくはMastodonの脱中央集権の仕組みについて
http://blog.anatoo.jp/entry/2017/04/22/132721

更新

docker-compose down
git fetch
git stash
git checkout [version]
git stash pop
docker-compose build
docker-compose run --rm web rake assets:precompile
docker-compose up -d
sudo service nginx restart

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS