RASP-PLEX-MEDIA-SERVER-Installation

De MCHobby - Wiki
Sauter à la navigation Sauter à la recherche


MCHobby investit du temps et de l'argent dans la réalisation de traduction et/ou documentation. C'est un travail long et fastidieux réalisé dans l'esprit Open-Source... donc gratuit et librement accessible.
SI vous aimez nos traductions et documentations ALORS aidez nous à en produire plus en achetant vos produits chez MCHobby.

Préparer votre OS

Pour commencer, il faut télécharger le système d'exploitation officiel du Raspberry-Pi (la version Raspbian Jessie).

  1. Rendez-vous sur le site officiel de la fondation Pi www.raspberrypi.org dans la section "download" (téléchargement) et téléchargez la dernière version de Raspbian Jessie (version complète, dit "full").
    A l'heure ou nous écrivons ces lignes, il s'agit de Raspbian Jessie 07-mai-2016
  2. Gravez le système d'exploitation sur une carte SD de 8Go Class 10 (une carte de plus de 8Go sera la bienvenue).
    Le Net regorge de tutoriels pour graver une carte pour Raspberry Pi.
  3. Démarrez votre Pi
  4. Connectez-vous sur votre Pi
    • Soit en utilisant un moniteur HDMI + clavier + souris
    • Soit en utilisant une connexion ssh (Secure Shell) pour vous connecter à distance.
      Voyez ce tutoriel SSH
  1. La première chose à faire est d'étendre la partition principale pour qu'elle utilise tout l'espace disponible sur la carte.
    Voyez notre tutoriel étendre la partition

Installation de Plex Media Server

Our next goal is to install the software necessary for our Pi.

First we update our list of available software and then upgrade the software. We will use an operator to join two commands together. The first command updates the list of software and if that completes successfully, then the last part of the sequence, a software upgrade is started and any suggested files are auto installed.

In the terminal type.

sudo apt-get update && sudo apt-get upgrade -y

Now we are going to upgrade the distribution, Raspbian, software. To ensure that our operating system is fully up to date. In the terminal type.

sudo apt-get update && sudo apt-get dist-upgrade

Once completed and the terminal is returned to you enter the next command to install the HTTPS transport package to enable access to HTTPS content over the Internet.

sudo apt-get install apt-transport-https -y --force-yes

Next we shall download a key that will authenticate our downloads to ensure they are safe

wget -O - https://dev2day.de/pms/dev2day-pms.gpg.key  | sudo apt-key add -

With the key downloaded we now add a new repository to our list, this repository is provided by dev2day.de who has worked on the packages that will power our Plex install.

In the terminal type

echo "deb https://dev2day.de/pms/ jessie main" | sudo tee /etc/apt/sources.list.d/pms.list

We now update our list again, to ensure that we now have the latest updates for the Plex Media Server.

sudo apt-get update

Lastly we install the Plex Media Server software.

sudo apt-get install -t jessie plexmediaserver -y

The install will only take a few minutes and once completed the Plex Media Server will automatically start as a background service on your Pi.

At this point it is worth rebooting your Raspberry Pi 3 as proceeding without a reboot caused a bug when trying to configure the Plex server via the browser.

To reboot in the terminal type.

sudo reboot



Source: A more powerful Plex media server using Raspberry Pi 3 créé par biglesp et posté sur element14 community

Traduit libre et augmentée par Meurisse D. pour MCHobby SPRL

Toute référence, mention ou extrait de cette traduction doit être explicitement accompagné du texte suivant : «  Traduction par MCHobby (www.MCHobby.be) - Vente de kit et composants » avec un lien vers la source (donc cette page) et ce quelque soit le média utilisé.

L'utilisation commercial de la traduction (texte) et/ou réalisation, même partielle, pourrait être soumis à redevance. Dans tous les cas de figures, vous devez également obtenir l'accord du(des) détenteur initial des droits. Celui de MC Hobby s'arrêtant au travail de traduction proprement dit.