Setting up PLEX on Ubuntu: Difference between revisions

From Stormsail
Jump to navigation Jump to search
Admin (talk | contribs)
Created page with "plex mediaserver install 11.04 server apt-get install dkms ./VBoxLinuxAdditions.run apt-get install ssh apt-get install ubuntu-restricted-extras add "deb http://www.ple..."
 
Admin (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:




install 11.04 server
install 11.04 server


apt-get install dkms  
apt-get install dkms  


./VBoxLinuxAdditions.run
./VBoxLinuxAdditions.run


apt-get install ssh
apt-get install ssh
apt-get install ubuntu-restricted-extras
apt-get install ubuntu-restricted-extras


add "deb http://www.plexapp.com/repo lucid main" /etc/apt/sources.list
add "deb http://www.plexapp.com/repo lucid main" /etc/apt/sources.list


apt-get install plexmediaserver
apt-get install plexmediaserver


start plexmediaserver
start plexmediaserver


http://plex:32400/manage/index.html
http://plex:32400/manage/index.html
 
apt-get install ia32-libs
sudo apt-get install portmap nfs-common

Latest revision as of 08:52, 3 January 2013

plex mediaserver


install 11.04 server
apt-get install dkms 
./VBoxLinuxAdditions.run
apt-get install ssh
apt-get install ubuntu-restricted-extras
add "deb http://www.plexapp.com/repo lucid main" /etc/apt/sources.list
apt-get install plexmediaserver
start plexmediaserver
http://plex:32400/manage/index.html
apt-get install ia32-libs 
sudo apt-get install portmap nfs-common