Getting started with Mastodon ヘ(^o^)ノ

Today, I attended this event.

dddrb.doorkeeper.jp

But I failed to setup Mastodon.

The reason for the failure was a bug in cld3-ruby.

Fortunately this bug was fixed.

github.com

github.com

Setup for macOS

$ gem install foreman
$ brew install protobuf redis
$ git clone git@github.com:tootsuite/mastodon.git
$ cd mastodon
$ bundle install --with development
$ yarn install --pure-lockfile
$ bundle exec rails db:setup
$ redis-server /usr/local/etc/redis.conf
$ foreman start

Enjoy Mastodon ٩( ‘ω’ )و