Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate node 12 | Chocobozzz | 2021-12-24 | 1 | -7/+7 |
| | |||||
* | Update RHEL8 Python symlinking | Frank Sträter | 2021-10-26 | 1 | -1/+1 |
| | |||||
* | Add python-exec to Gentoo dependencies | frankstrater | 2021-10-13 | 1 | -1/+2 |
| | |||||
* | Add Python symlink step for Gentoo | frankstrater | 2021-10-08 | 1 | -0/+6 |
| | |||||
* | Add warning about community maintenance for dependencies | SansPseudoFix | 2021-10-08 | 1 | -0/+2 |
| | |||||
* | Add note about global python | Chocobozzz | 2021-09-02 | 1 | -6/+25 |
| | |||||
* | Update changelog | Chocobozzz | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | Fix archlinux dep | Chocobozzz | 2021-08-26 | 1 | -12/+12 |
| | |||||
* | Dependencies RHEL8 (#4337) | Frank Sträter | 2021-08-24 | 1 | -3/+126 |
| | | | | | * Add guide for RHEL 8 * Remove hash comments in shell scripts to avoid root prompt confusion | ||||
* | Adding Rocky Linux 8.4 | WingsLikeEagles | 2021-07-28 | 1 | -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äter | 2021-07-16 | 1 | -7/+4 |
| | | | | | * Set postgresql password authentication for host * Update postgresql-setup obsoleted argument syntax for initdb | ||||
* | Update dependencies.md | jameskimmel | 2021-07-12 | 1 | -1/+1 |
| | | | The now LTS version of NodeJS is 14.x | ||||
* | Fedora guide fix (#4238) | Frank Sträter | 2021-07-12 | 1 | -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.yaml | Rigel Kent | 2021-06-02 | 1 | -1/+1 |
| | |||||
* | add possible OSX/postgres message to dependencies documentation (#4051) | Philo van Kemenade | 2021-05-06 | 1 | -1/+1 |
| | |||||
* | update dependencies.md for macOSX (#3899) | Axel Viala | 2021-03-29 | 1 | -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 version | Chocobozzz | 2021-03-25 | 1 | -1/+1 |
| | |||||
* | Add missing dependency to Debian / Ubuntu section | Janey Muñoz | 2021-02-19 | 1 | -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 instructions | Gopherslol | 2021-02-09 | 1 | -1/+1 |
| | |||||
* | Add OpenBSD instructions to dependencies.md | Gopherslol | 2021-02-09 | 1 | -0/+31 |
| | | | First time making a pull request. Please let me know if I am doing this wrong | ||||
* | Add cron to debian dependencies | Chocobozzz | 2021-02-08 | 1 | -1/+1 |
| | | | | Just in case, needed by certbot | ||||
* | Support NodeJS 14 and 15, deprecate Node 10 | Chocobozzz | 2021-02-04 | 1 | -4/+4 |
| | |||||
* | exclude support for non-release external dependencies | Rigel Kent | 2021-02-01 | 1 | -0/+2 |
| | |||||
* | Try to improve install doc | Chocobozzz | 2021-01-11 | 1 | -8/+5 |
| | |||||
* | update install documentation toc to include Centos 8 (#3411) | Agron | 2020-12-07 | 1 | -0/+1 |
| | |||||
* | fix link in dependencies version guide (#3288) | Frank Sträter | 2020-11-11 | 1 | -1/+1 |
| | | | also fix rights elevation when automatically checking them | ||||
* | move dependencies versions list to engines in package.json | Rigel Kent | 2020-11-10 | 1 | -0/+2 |
| | |||||
* | Update ffmpeg min version | Chocobozzz | 2020-08-11 | 1 | -33/+25 |
| | |||||
* | Update CentOS insutructions in dependencies.md | Clifford Garwood II | 2020-06-29 | 1 | -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 consistent | Dirk Kelly | 2019-11-27 | 1 | -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 8 | Chocobozzz | 2019-08-07 | 1 | -4/+4 |
| | | | | The support ends on December 2019: https://github.com/nodejs/Release#release-schedule | ||||
* | Update CentOS 7 dependencies install (#2004) | Wirebrass | 2019-08-05 | 1 | -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 yarn | Wirebrass | 2019-07-02 | 1 | -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) | Wirebrass | 2019-07-02 | 1 | -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) | Wirebrass | 2019-06-22 | 1 | -2/+2 |
| | | | Update postgresql version for Gentoo example | ||||
* | PeerTube only supports nodejs 8 | Chocobozzz | 2019-06-11 | 1 | -4/+4 |
| | |||||
* | (doc) rephrase yarn version to latest (#1719) | Quentin Dupont | 2019-03-28 | 1 | -1/+1 |
| | |||||
* | Add missing python-dev dependency for Debian/Ubuntu systems | Yann Sionneau | 2019-02-19 | 1 | -1/+1 |
| | |||||
* | add TOC to dependencies guide | Rigel Kent | 2018-09-23 | 1 | -0/+15 |
| | |||||
* | add dependencies for Fedora (#1111) | am97 | 2018-09-23 | 1 | -0/+68 |
| | |||||
* | specify to run services before running PeerTube | Rigel Kent | 2018-09-22 | 1 | -0/+16 |
| | |||||
* | add postgresql96-contrib to the FreeBSD dependencies (#958) | osauzet | 2018-08-24 | 1 | -1/+1 |
| | |||||
* | Add postgresql-contrib to dependencies.md | bsky | 2018-07-28 | 1 | -2/+2 |
| | |||||
* | Correcting documentation to be more precise about CentOS 7 | Rigel Kent | 2018-07-16 | 1 | -1/+7 |
| | |||||
* | support/doc/dependencies.md: Add Gentoo documentation | Haelwenn (lanodan) Monnier | 2018-07-11 | 1 | -0/+38 |
| | | | | Related to: https://github.com/Chocobozzz/PeerTube/issues/778 | ||||
* | Update doc for CentOS 7 devtoolset-7 | Pierre-Alain TORET | 2018-06-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> | ||||
* | Update archlinux dependencies | Chocobozzz | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | (doc): use sysrc instead of editing /etc/rc.conf on FreeBSD (#603) | norrist | 2018-05-29 | 1 | -7/+3 |
| | |||||
* | Remove the /etc/pkg/FreeBSD.conf change. The latest version came with node ↵ | Jacques Foucry | 2018-05-10 | 1 | -18/+3 |
| | | | | 10 and PeerTube does not deal with it. Staying in quartely give node 9.10.1 | ||||
* | Switch Arch Linux dependency to NodeJS LTS | Pierre-Alain TORET | 2018-05-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> |