aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/doc/dependencies.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md
index 8fe190320..7c3fcd55b 100644
--- a/support/doc/dependencies.md
+++ b/support/doc/dependencies.md
@@ -1,5 +1,7 @@
1# Dependencies 1# Dependencies
2 2
3:warning: **Warning**: dependencies guide is maintained by the community. Some parts may be outdated! :warning:
4
3Follow the below guides, and check their versions match [required external dependencies versions](https://github.com/Chocobozzz/PeerTube/blob/master/engines.yaml). You can check them automatically via `sudo npx engineslist`. 5Follow the below guides, and check their versions match [required external dependencies versions](https://github.com/Chocobozzz/PeerTube/blob/master/engines.yaml). You can check them automatically via `sudo npx engineslist`.
4 6
5_note_: only **LTS** versions of external dependencies are supported. If no LTS version matching the version constraint is available, only **release** versions are supported. 7_note_: only **LTS** versions of external dependencies are supported. If no LTS version matching the version constraint is available, only **release** versions are supported.
@@ -554,6 +556,12 @@ rc-service redis start
554rc-service postgresql-11 start 556rc-service postgresql-11 start
555``` 557```
556 558
5596. Create Python version symlink for youtube-dl:
560
561```
562sudo ln -s /usr/bin/python3 /usr/bin/python
563```
564
557## OpenBSD 565## OpenBSD
558 566
5591. Install Packages: 5671. Install Packages: