aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/dependencies.md
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* support/doc/dependencies.md: Add Gentoo documentationHaelwenn (lanodan) Monnier2018-07-111-0/+38
| | | | Related to: https://github.com/Chocobozzz/PeerTube/issues/778
* Update doc for CentOS 7 devtoolset-7Pierre-Alain TORET2018-06-181-2/+2
| | | | Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
* Update archlinux dependenciesChocobozzz2018-05-301-1/+1
|
* (doc): use sysrc instead of editing /etc/rc.conf on FreeBSD (#603)norrist2018-05-291-7/+3
|
* Remove the /etc/pkg/FreeBSD.conf change. The latest version came with node ↵Jacques Foucry2018-05-101-18/+3
| | | | 10 and PeerTube does not deal with it. Staying in quartely give node 9.10.1
* Switch Arch Linux dependency to NodeJS LTSPierre-Alain TORET2018-05-071-1/+1
| | | | Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
* Adding a more specific phrasing for yarn installation (#487)Rigel Kent2018-04-091-1/+1
|
* Documentation for macOS development. (#462)victor-long2018-04-031-0/+13
|
* Misc. typosluz.paz2018-03-301-1/+1
| | | Found via `codespell -q 3`
* Update dependencies.mdGérald Niel2018-03-271-9/+0
|
* Fix typo in markdown syntaxGérald Niel2018-03-271-5/+5
|
* Mise à jour documentation pour FreeBSDGérald Niel2018-03-271-0/+66
|
* Improving the CentOS7 specific partsOkhin2018-03-241-3/+7
| | | | Changing the link for ffmpeg toward a tutorial with an actual mirror of ffmpeg, and with less hassle. Adding the deendencies to devtoolset-6 and centos-release-scl to provide a C++11 compatible G++
* Fix spelling in dependenciesChocobozzz2018-03-151-1/+1
|
* ppa for ffmpeg in dependencies documentation (#340)Millicent Billette2018-03-151-4/+10
|
* Update g++ needed version (#338)Andréas Livet2018-03-141-0/+1
| | | In order to build properly rdf-canonize node nativ module gcc > 5 is needed. Tested on Ubuntu 14.04 with gcc 4.8, it didn't work. I had to install a newer gcc version and it was OK.
* Update documentationsChocobozzz2018-03-141-2/+3
|
* fix first sudo command (#337)Florian2018-03-141-6/+8
|
* adding some instructions for certbot and basic utility programs needed (#336)Florian2018-03-141-3/+10
|
* Update dependencies for ArchlinuxBenjamin EWFT2018-03-051-1/+1
|
* Add support to video support on clientChocobozzz2018-02-201-3/+3
|
* Add ability to import just one video from youtubeChocobozzz2018-02-191-2/+2
|
* add import-youtube guide inside documentation (#298)LecygneNoir2018-02-191-2/+2
| | | | | | | | | | | | * add import-youtube guide inside documentation * safer to use unlink instead of rm to delete symbolic link, avoid risk of deleting entire directories in case of syntax error * spelling mistake corrections * anonymise URLs * git also needed as dependencies to run yarn install
* Adding dependencies informations for CentOS 7 (#288)Erwan Croze2018-02-121-1/+19
|
* Move job queue to redisChocobozzz2018-01-251-2/+2
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Improve docs (#232)Thomas Citharel2018-01-231-4/+4
| | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Some markdown fixesChocobozzz2018-01-121-8/+6
|
* Try to improve documentations/readmeChocobozzz2018-01-121-0/+29