Skip to content
Chris edited this page Mar 8, 2019 · 5 revisions

macOS Installation

To install on macOS you will likely need to install the Homebrew package to install some dependancies (macOS uses outdated versions of some applications).

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap mongodb/brew
brew install bash gnu-sed node jq mongodb-community@4.0
brew services start mongodb-community@4.0
npm i -g mediabutler-server pm2
PLEX_URL=http://127.0.0.1:32400/ DB_URL=mongodb://127.0.0.1:27017/mediabutler pm2 start mediabutler

Clone this wiki locally