Skip to content
icenine9 edited this page Dec 7, 2015 · 16 revisions

Windows

Mac OS X

Linux (Ubuntu, possibly others)

  • Install meteor:

curl https://install.meteor.com/ | sh

  • Install 'git' if it is not installed already:

sudo apt-get install git

  • Choose a location to install, /opt for instance, and clone into a directory:

git clone https://github.com/lokenx/plexrequests-meteor plexrequests

This will clone the project files into /opt/plexrequests

  • If you won't be running plexrequests as root, and instead will be running it as the 'plex' id, change ownership of the directory:

chown -R plex:plex /opt/plexrequests

  • Change to the plexrequests directory and start meteor:

cd /opt/plexrequests meteor

Clone this wiki locally