Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| fr:peertube [2018/11/08 16:33] – [nodeJS 8.x] Deed | fr:peertube [2021/12/03 18:19] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== Peertube ====== | ====== Peertube ====== | ||
| - | **BROUILLON** | ||
| <WRAP center round important 60%> | <WRAP center round important 60%> | ||
| - | Le tuto est tester | + | Le tuto est testé |
| - | Avec la documentation officielle , elle est généraliser | + | |
| + | La documentation officielle, elle est généralisée | ||
| </ | </ | ||
| Ligne 11: | Ligne 11: | ||
| <code bash> | <code bash> | ||
| apt remove apache2* | apt remove apache2* | ||
| - | apt install curl sudo unzip vim apt-transport-https | + | apt install curl sudo unzip apt-transport-https |
| - | apt install ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git | + | apt install |
| </ | </ | ||
| NB: ffmpeg > 3 | NB: ffmpeg > 3 | ||
| - | <code bash> | ||
| - | nano / | ||
| - | deb http:// | ||
| - | |||
| - | apt update && apt upgrade | ||
| - | </ | ||
| - | |||
| - | ==== Certbot ==== | ||
| - | |||
| - | <code bash> | ||
| - | apt install python-certbot-nginx nginx -t stretch-backports | ||
| - | certbot --nginx | ||
| - | certbot --nginx certonly | ||
| - | </ | ||
| - | |||
| - | ==== nodeJS 8.x ==== | ||
| - | |||
| - | Dans les sources : | ||
| - | |||
| - | <code bash> | ||
| - | apt install nodejs -t stretch-backports | ||
| - | </ | ||
| - | Sinon: | + | ==== nodeJS 10.x ==== |
| + | Installation de la version 10: | ||
| <code bash> | <code bash> | ||
| - | curl -sL https:// | + | curl -sL https:// |
| - | apt install -y nodejs | + | apt-get install -y nodejs |
| </ | </ | ||
| ==== Yarn > 1.5==== | ==== Yarn > 1.5==== | ||
| Ligne 65: | Ligne 44: | ||
| Créer un user peertube avec / | Créer un user peertube avec / | ||
| - | <code bash> | + | adduser user sudo |
| - | J'ai pas réussi mon premier essai sans le sudo , j 'ai besoin d'un coach | + | |
| - | adduser user sudo | ||
| - | </ | + | Quitter et revenir pour que le changement soit pris en compte ! |
| - | < | + | < |
| sudo useradd -m -d / | sudo useradd -m -d / | ||
| </ | </ | ||
| Ligne 78: | Ligne 55: | ||
| Le mot de passe: | Le mot de passe: | ||
| - | < | + | < |
| sudo passwd peertube | sudo passwd peertube | ||
| </ | </ | ||
| Ligne 129: | Ligne 106: | ||
| </ | </ | ||
| - | Éditer le fichier config/ | + | Éditer le fichier |
| + | sudo nano config/ | ||
| Ligne 214: | Ligne 192: | ||
| ===== Configuration css ===== | ===== Configuration css ===== | ||
| + | Dans administration, | ||
| < | < | ||
| - | --mainColor: | ||
| - | --mainHoverColor: | ||
| - | --mainBackgroundColor: | ||
| - | --mainForegroundColor: | ||
| - | --menuBackgroundColor: | ||
| - | --menuForegroundColor: | ||
| - | --submenuColor: | ||
| - | --inputColor: | ||
| - | --inputPlaceholderColor: | ||
| + | #custom-css .header { | ||
| + | color: white; | ||
| + | background-color: | ||
| + | } | ||
| + | |||
| + | #custom-css .main-col { | ||
| + | background-color: | ||
| + | } | ||
| + | |||
| + | #custom-css { | ||
| + | --mainColor: | ||
| + | --mainHoverColor: | ||
| + | --mainForegroundColor: | ||
| + | --menuBackgroundColor: | ||
| + | --menuForegroundColor: | ||
| + | --submenuColor: | ||
| + | --inputColor: | ||
| + | --inputPlaceholderColor: | ||
| + | } | ||
| </ | </ | ||
| Ligne 232: | Ligne 220: | ||
| source : https:// | source : https:// | ||
| - | {{tag> | + | {{tag> |





