PinnedFeaturedPrivate
Mastdon Development Setup
Also see dev/setup admin/install
Install Ruby
Installing Ruby 2. Install Node
See nvm
Install postgres
Install redit
brew install redis
brew services start redisClone
git clone git@github.com:mastodon/mastodon.git liveInstall ruby dependences
cd live
bundle config set --local with 'development'
bundle installInstall yarn
npm install --global yarnInstall nodejs dependences
yarnInit database
RAILS_ENV=development bundle exec rails db:setupInstall foreman for multiple run
gem install foreman --no-documentOpen
email: admin@localhost:3000
password: mastodonadmin