Install PlexPy on Ubuntu 14.04
The Goal To install PlexPy on Ubuntu 14.04 . So what is PlexPy? Well, it a python based web application for monitoring your Plex Media Server ( PMS ). I have it installed and it is very useful. Go to the official website here for more information. We will also configure PlexPy to start on boot by configuring it to run as a service. The Process Firstly, ssh onto the Ubuntu server you want to install PlexPy onto. 1 . Install Git sudo apt-get install git-core 2 . Change diriectory to /opt cd /opt 3 . Clone PlexPy from the official git repository: git clone https://github.com/JonnyWong16/plexpy.git 4 . Change directory to plexpy (in /opt) cd plexpy 5 . Start PlexPy: sudo python PlexPy.py Note : PlexPy will be installed to /opt/plexpy. PlexPy is now installed, you will now have to configure it according to your desired settings. Open a browser and go to the IP address of the server running PlexPy @ http://x.x.x.x:8181. Next, we will configu...