Skip to content

Tags

Mastdon Development Setup

Also see dev/setup admin/install

  1. Install Ruby

Ruby Setup for MacOS

  1. Install Node

See nvm

  1. Install postgres

Postgres Setup for Macos

  1. Install redit
brew install redis
brew services start redis
  1. Clone
git clone git@github.com:mastodon/mastodon.git live
  1. Install ruby dependences
cd live
bundle config set --local with 'development'
bundle install
  1. Install yarn
npm install --global yarn
  1. Install nodejs dependences
yarn
  1. Init database
RAILS_ENV=development bundle exec rails db:setup
  1. Install foreman for multiple run
gem install foreman --no-document
  1. Open

http://localhost:3000

email: admin@localhost:3000 password: mastodonadmin

Edit this page
Last updated on 9/24/2021