Difference between revisions of "Plex (software)"

From OnnoWiki
Jump to navigation Jump to search
(New page: Install Plex Media Server Ubuntu sudo apt-get install curl -y sudo curl http://shell.ninthgate.se/packages/shell-ninthgate-se-keyring.key | sudo apt-key add - echo "deb http://www.deb...)
 
 
Line 28: Line 28:
 
==Referensi==
 
==Referensi==
  
 +
* https://plex.tv/
 
* http://www.htpcguides.com/install-plex-media-server-ubuntu-14-04/
 
* http://www.htpcguides.com/install-plex-media-server-ubuntu-14-04/

Latest revision as of 08:06, 12 September 2015

Install Plex Media Server Ubuntu

sudo apt-get install curl -y
sudo curl http://shell.ninthgate.se/packages/shell-ninthgate-se-keyring.key | sudo apt-key add -
echo "deb http://www.deb-multimedia.org wheezy main non-free" | sudo tee -a /etc/apt/sources.list.d/deb-multimedia.list
echo "deb http://shell.ninthgate.se/packages/debian wheezy main" | sudo tee -a /etc/apt/sources.list.d/plex.list
sudo apt-get update
sudo apt-get install deb-multimedia-keyring -y --force-yes
sudo apt-get update
sudo apt-get install plexmediaserver -y
sudo nano /etc/default/plexmediaserver
PLEX_MEDIA_SERVER_USER=plex
PLEX_MEDIA_SERVER_USER=username
sudo service plexmediaserver restart



Referensi