mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

というわけでmacOSで赤いMastodonを起動する手順

Homebrewとかrbenvは入ってるとして、Postgresは走ってるとして、

$ brew install node@10
$ brew install yarn
$ brew link --force --overwrite node@10
$ export RAILS_ENV=development
$ export NODE_ENV=development
$ yarn install
$ bundle exec rails assets:precompile
$ redis-server &
$ bundle exec rake db:migrate
$ foreman start -f Procfile.dev

ログインは admin@localhost:3000、パスワードはdb/seeds.rbに書いてある。

yarnを入れるときにnodeのバージョンを上げちゃわないようにするのは

brew install yarn --without-node

の方がシンプル

https://mstdn.mimikun.jp/@mimikun/101214541965121454

mstdn.mimikun.jpアドカレ@16/25 (@mimikun@mstdn.mimikun.jp)By アドカレ@16/25