diff options
author | slendermon <97182340+slendermon@users.noreply.github.com> | 2022-06-23 03:00:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-23 12:00:33 +0200 |
commit | 383dbdec67fc474652c4e59440238da0b2fb6e8c (patch) | |
tree | e38315a5979d028c9fd3b5c13aaebfbd8a31dce6 /support | |
parent | 371d4c60639e405ce8a503bea1395e9102fbba84 (diff) | |
download | PeerTube-383dbdec67fc474652c4e59440238da0b2fb6e8c.tar.gz PeerTube-383dbdec67fc474652c4e59440238da0b2fb6e8c.tar.zst PeerTube-383dbdec67fc474652c4e59440238da0b2fb6e8c.zip |
Centos 8 (#5075)
* Centos 8
Centos 8
* Document
Document centos 8 fixing
* Document fix centos 8
Bad spacing fix
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/dependencies.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 378cb8502..e23385e7b 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -143,7 +143,12 @@ sudo systemctl enable --now postgresql | |||
143 | 143 | ||
144 | 3. Install or compile ffmpeg: | 144 | 3. Install or compile ffmpeg: |
145 | 145 | ||
146 | * Install - [https://linuxize.com/post/how-to-install-ffmpeg-on-centos-8/](https://linuxize.com/post/how-to-install-ffmpeg-on-centos-8/) | 146 | ``` |
147 | sudo dnf install epel-release dnf-utils | ||
148 | sudo yum-config-manager --set-enabled powertools | ||
149 | sudo yum-config-manager --add-repo=https://negativo17.org/repos/epel-multimedia.repo | ||
150 | sudo dnf install ffmpeg | ||
151 | ``` | ||
147 | 152 | ||
148 | 4. Install packages: | 153 | 4. Install packages: |
149 | 154 | ||
@@ -151,7 +156,7 @@ sudo systemctl enable --now postgresql | |||
151 | sudo dnf update | 156 | sudo dnf update |
152 | sudo dnf install epel-release | 157 | sudo dnf install epel-release |
153 | sudo dnf update | 158 | sudo dnf update |
154 | sudo dnf install nginx postgresql postgresql-server postgresql-contrib openssl gcc-c++ make wget redis git | 159 | sudo dnf install nginx postgresql postgresql-server postgresql-contrib openssl gcc-c++ make wget redis git unzip |
155 | ``` | 160 | ``` |
156 | 161 | ||
157 | 5. You'll need a symlink for python3 to python for youtube-dl to work | 162 | 5. You'll need a symlink for python3 to python for youtube-dl to work |