mise en page readme

This commit is contained in:
Antoine WEBER 2015-09-22 16:43:10 +02:00
parent ef3f35a7aa
commit dcebcbcae7
1 changed files with 35 additions and 35 deletions

View File

@ -15,28 +15,28 @@ INSTALLATION
ouvrir l'invite de commande 'cmb', puis se deplacer dans un repertoire où vous voulez installer
taper: git clone https://github.com/TwanoO67/plex-web-downloader.git
git clone https://github.com/TwanoO67/plex-web-downloader.git
taper: cd plex-web-downloader
cd plex-web-downloader
taper: npm install
npm install
modifier le fichier config.js, pour le chemin de database (attention il faut doubler les \ et proteger les espaces )
exemple: C:\\Users\\yourUsername\\AppData\\Local\\Plex\ Media\ Server\\Plug-in\ Support\\Databases\\com.plexapp.plugins.library.db
taper: npm start
npm start
puis ouvrir http://localhost:3000
puis ouvrir dans votre navigateur l'adresse http://localhost:3000
**Sous MacOS**
pré requis, nodejs
sinon installer homebrew ( ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" )
sinon installer homebrew ( ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ) et :
puis brew install node
brew install node
git clone https://github.com/TwanoO67/plex-web-downloader.git
@ -50,7 +50,7 @@ INSTALLATION
npm start
puis ouvrir http://localhost:3000
puis ouvrir dans votre navigateur l'adresse http://localhost:3000
**Sous Ubuntu**
@ -71,7 +71,7 @@ INSTALLATION
npm start
puis ouvrir http://localhost:3000
puis ouvrir dans votre navigateur l'adresse http://localhost:3000
@ -104,7 +104,7 @@ sudo chmod 777 ~/Movies
sudo ln -s ~/Movies /media/plex
configurer vos chaines sur: http://localhost:32400/web/index.html
puis configurer vos chaines sur: http://localhost:32400/web/index.html
COMPILATION