aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/dependencies.md
Commit message (Collapse)AuthorAgeFilesLines
* Support only ffmpeg >= 4.3Chocobozzz2022-09-271-1/+1
| | | | | We have issues with video import when merging vp9 in mp4 container with lower versions
* Update dependencies version supported by peertubeChocobozzz2022-09-271-1/+12
|
* Update dependencies to use node 16Chocobozzz2022-09-091-7/+7
|
* Centos 8 (#5075)slendermon2022-06-231-2/+7
| | | | | | | | | | | | | * Centos 8 Centos 8 * Document Document centos 8 fixing * Document fix centos 8 Bad spacing fix
* Fix various typosluz paz2022-06-071-1/+1
| | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
* Fix dependencies tocChocobozzz2022-05-201-1/+1
|
* Deprecate node 12Chocobozzz2021-12-241-7/+7
|
* Update RHEL8 Python symlinkingFrank Sträter2021-10-261-1/+1
|
* Add python-exec to Gentoo dependenciesfrankstrater2021-10-131-1/+2
|
* Add Python symlink step for Gentoofrankstrater2021-10-081-0/+6
|
* Add warning about community maintenance for dependenciesSansPseudoFix2021-10-081-0/+2
|
* Add note about global pythonChocobozzz2021-09-021-6/+25
|
* Update changelogChocobozzz2021-08-271-1/+1
|
* Fix archlinux depChocobozzz2021-08-261-12/+12
|
* Dependencies RHEL8 (#4337)Frank Sträter2021-08-241-3/+126
| | | | | * Add guide for RHEL 8 * Remove hash comments in shell scripts to avoid root prompt confusion
* Adding Rocky Linux 8.4WingsLikeEagles2021-07-281-0/+45
| | | | Adding documentation for Rocky Linux 8.4 Adapted from CentOS 8... but seems like there is stuff missing from that section.
* Postgresql-setup init option for auth-host (#4253)Frank Sträter2021-07-161-7/+4
| | | | | * Set postgresql password authentication for host * Update postgresql-setup obsoleted argument syntax for initdb
* Update dependencies.mdjameskimmel2021-07-121-1/+1
| | | The now LTS version of NodeJS is 14.x
* Fedora guide fix (#4238)Frank Sträter2021-07-121-5/+16
| | | | | | | | | | | | | | | * Fix peertube sudoer * Add vim to Fedora packages installation * Add oidentd to Fedora packages installation * Enable and start the ident daemon * Add nginx configuration * Add future symbolic link for nginx config * Add small change for Gentoo
* move dependencies link to engines.yamlRigel Kent2021-06-021-1/+1
|
* add possible OSX/postgres message to dependencies documentation (#4051)Philo van Kemenade2021-05-061-1/+1
|
* update dependencies.md for macOSX (#3899)Axel Viala2021-03-291-2/+19
| | | | | | add instructions regarding postgresql and bash user/version required for a proper MacOSX install of PeerTube Co-authored-by: Rozen10 <58482276+Rozen10@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* Fix postgresql versionChocobozzz2021-03-251-1/+1
|
* Add missing dependency to Debian / Ubuntu sectionJaney Muñoz2021-02-191-1/+1
| | | The "Production guide" states to use `wget` to download the latest version of the Peertube client, and it was not included in the `apt install` list
* Remove vips dependency from FreeBSD instructionsGopherslol2021-02-091-1/+1
|
* Add OpenBSD instructions to dependencies.mdGopherslol2021-02-091-0/+31
| | | First time making a pull request. Please let me know if I am doing this wrong
* Add cron to debian dependenciesChocobozzz2021-02-081-1/+1
| | | | Just in case, needed by certbot
* Support NodeJS 14 and 15, deprecate Node 10Chocobozzz2021-02-041-4/+4
|
* exclude support for non-release external dependenciesRigel Kent2021-02-011-0/+2
|
* Try to improve install docChocobozzz2021-01-111-8/+5
|
* update install documentation toc to include Centos 8 (#3411)Agron2020-12-071-0/+1
|
* fix link in dependencies version guide (#3288)Frank Sträter2020-11-111-1/+1
| | | also fix rights elevation when automatically checking them
* move dependencies versions list to engines in package.jsonRigel Kent2020-11-101-0/+2
|
* Update ffmpeg min versionChocobozzz2020-08-111-33/+25
|
* Update CentOS insutructions in dependencies.md Clifford Garwood II2020-06-291-6/+45
| | | | | | | | Created section for CentOS 8 instructions as it deviates from CentOS 7 - There is no python binary that can be installed with a package so it must be symlinked - Removed packages not needed from step 4 - Removed step concerning g++ as the version in CentOS 8 is usable - Improved wording for Steps summary in both CentOS 8 and 7
* Update dependencies.md to be consistentDirk Kelly2019-11-271-83/+122
| | | | The current dependencies document syntax is broken on https://docs.joinpeertube.org/#/dependencies. This update makes the page source consistent across distributions in the hopes of avoiding rendering issues.
* Deprecate Node 8Chocobozzz2019-08-071-4/+4
| | | | The support ends on December 2019: https://github.com/nodejs/Release#release-schedule
* Update CentOS 7 dependencies install (#2004)Wirebrass2019-08-051-4/+11
| | | | | | | | | | | | | | * Update CentOS 7 dependencies install Add initialization for postgresql database (else there is an error when starting postresql service). Enable Redis and PostreSQL services. Replace "service" by "systemctl" (systemd). Tested in local on a fresh CentOS 7 install. * Add wget package to install Add wget package to install
* For Gentoo : set testing keyword for yarnWirebrass2019-07-021-0/+9
| | | | Gentoo has not "stable" keyword for yarn (cf source, next line), you need to add "testing" keyword for yarn. Source : https://packages.gentoo.org/packages/sys-apps/yarn
* For Gentoo : update @peertube set (delete vips)Wirebrass2019-07-021-1/+0
| | | The media-libs/vips package does not exist on Gentoo (and all works fine on my PeerTube POC without vips).
* Update postgresql version for Gentoo (#1935)Wirebrass2019-06-221-2/+2
| | | Update postgresql version for Gentoo example
* PeerTube only supports nodejs 8Chocobozzz2019-06-111-4/+4
|
* (doc) rephrase yarn version to latest (#1719)Quentin Dupont2019-03-281-1/+1
|
* Add missing python-dev dependency for Debian/Ubuntu systemsYann Sionneau2019-02-191-1/+1
|
* add TOC to dependencies guideRigel Kent2018-09-231-0/+15
|
* add dependencies for Fedora (#1111)am972018-09-231-0/+68
|
* specify to run services before running PeerTubeRigel Kent2018-09-221-0/+16
|
* add postgresql96-contrib to the FreeBSD dependencies (#958)osauzet2018-08-241-1/+1
|
* Add postgresql-contrib to dependencies.mdbsky2018-07-281-2/+2
|
* Correcting documentation to be more precise about CentOS 7Rigel Kent2018-07-161-1/+7
|