frankstrater
a232d3e50b
Add python-exec to Gentoo dependencies
2021-10-13 09:18:45 +02:00
frankstrater
32e06ca4de
Add Python symlink step for Gentoo
2021-10-08 14:54:37 +02:00
SansPseudoFix
461bcc1ab9
Add warning about community maintenance for dependencies
2021-10-08 14:53:20 +02:00
Chocobozzz
4d557df51c
Add note about global python
2021-09-02 11:54:13 +02:00
Chocobozzz
2a21507a38
Update changelog
2021-08-27 11:18:06 +02:00
Chocobozzz
d35f3a86c6
Fix archlinux dep
2021-08-26 10:01:42 +02:00
Frank Sträter
644800ef55
Dependencies RHEL8 ( #4337 )
...
* Add guide for RHEL 8
* Remove hash comments in shell scripts to avoid root prompt confusion
2021-08-24 11:51:04 +02:00
WingsLikeEagles
f68d1cb6ac
Adding Rocky Linux 8.4
...
Adding documentation for Rocky Linux 8.4
Adapted from CentOS 8... but seems like there is stuff missing from that section.
2021-07-28 08:11:57 +02:00
Frank Sträter
39072b2f6a
Postgresql-setup init option for auth-host ( #4253 )
...
* Set postgresql password authentication for host
* Update postgresql-setup obsoleted argument syntax for initdb
2021-07-16 15:39:09 +02:00
jameskimmel
1d8400118a
Update dependencies.md
...
The now LTS version of NodeJS is 14.x
2021-07-12 15:33:14 +02:00
Frank Sträter
8182a37067
Fedora guide fix ( #4238 )
...
* 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
2021-07-12 15:31:57 +02:00
Rigel Kent
3dd6d6cd42
move dependencies link to engines.yaml
2021-06-02 10:48:03 +02:00
Philo van Kemenade
ddc7d3ece5
add possible OSX/postgres message to dependencies documentation ( #4051 )
2021-05-06 18:55:25 +02:00
Axel Viala
02d6226abc
update dependencies.md for macOSX ( #3899 )
...
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>
2021-03-29 15:49:59 +02:00
Chocobozzz
f6160062f8
Fix postgresql version
2021-03-25 16:25:14 +01:00
Janey Muñoz
3f8ae0e4e4
Add missing dependency to Debian / Ubuntu section
...
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
2021-02-19 09:14:18 +01:00
Gopherslol
b9c9fefe82
Remove vips dependency from FreeBSD instructions
2021-02-09 23:50:15 +01:00
Gopherslol
80428d16a0
Add OpenBSD instructions to dependencies.md
...
First time making a pull request. Please let me know if I am doing this wrong
2021-02-09 08:48:38 +01:00
Chocobozzz
f6446c948d
Add cron to debian dependencies
...
Just in case, needed by certbot
2021-02-08 15:44:18 +01:00
Chocobozzz
9162476fe9
Support NodeJS 14 and 15, deprecate Node 10
2021-02-04 14:31:18 +01:00
Rigel Kent
c9b369096d
exclude support for non-release external dependencies
2021-02-01 17:47:10 +01:00
Chocobozzz
d8658f0f81
Try to improve install doc
2021-01-11 10:09:24 +01:00
Agron
59bc5f7dc0
update install documentation toc to include Centos 8 ( #3411 )
2020-12-07 01:27:21 +01:00
Frank Sträter
8e98e6124d
fix link in dependencies version guide ( #3288 )
...
also fix rights elevation when automatically checking them
2020-11-11 15:40:40 +01:00
Rigel Kent
867ed6514d
move dependencies versions list to engines in package.json
2020-11-10 15:02:26 +01:00
Chocobozzz
f309a156a6
Update ffmpeg min version
2020-08-11 16:22:57 +02:00
Clifford Garwood II
a075cd00f3
Update CentOS insutructions in dependencies.md
...
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
2020-06-29 08:41:12 +02:00
Dirk Kelly
ab87af1155
Update dependencies.md to be consistent
...
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.
2019-11-27 08:50:35 +01:00
Chocobozzz
51c3544718
Deprecate Node 8
...
The support ends on December 2019: https://github.com/nodejs/Release#release-schedule
2019-08-07 12:07:59 +02:00
Wirebrass
f60e85ce87
Update CentOS 7 dependencies install ( #2004 )
...
* 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
2019-08-05 09:07:58 +02:00
Wirebrass
bfc6bb947d
For Gentoo : set testing keyword for yarn
...
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
2019-07-02 11:42:17 +02:00
Wirebrass
2cf2142bc5
For Gentoo : update @peertube set (delete vips)
...
The media-libs/vips package does not exist on Gentoo (and all works fine on my PeerTube POC without vips).
2019-07-02 11:41:53 +02:00
Wirebrass
c1109b45f6
Update postgresql version for Gentoo ( #1935 )
...
Update postgresql version for Gentoo example
2019-06-22 14:46:46 +02:00
Chocobozzz
4c3dbb7acd
PeerTube only supports nodejs 8
2019-06-11 09:12:42 +02:00
Quentin Dupont
ccd3182a0d
(doc) rephrase yarn version to latest ( #1719 )
2019-03-28 14:14:59 +01:00
Yann Sionneau
a18e87559b
Add missing python-dev dependency for Debian/Ubuntu systems
2019-02-19 08:20:39 +01:00
Rigel Kent
9234069903
add TOC to dependencies guide
2018-09-23 15:18:02 +02:00
am97
0a314a9987
add dependencies for Fedora ( #1111 )
2018-09-23 15:14:15 +02:00
Rigel Kent
81cdf382ff
specify to run services before running PeerTube
2018-09-22 15:48:27 +02:00
osauzet
2987c3d78b
add postgresql96-contrib to the FreeBSD dependencies ( #958 )
2018-08-24 16:12:41 +02:00
bsky
469b29087b
Add postgresql-contrib to dependencies.md
2018-07-28 13:18:46 +02:00
Rigel Kent
d4557fd3ec
Correcting documentation to be more precise about CentOS 7
2018-07-16 11:10:48 +02:00
Haelwenn (lanodan) Monnier
396f224b5c
support/doc/dependencies.md: Add Gentoo documentation
...
Related to: https://github.com/Chocobozzz/PeerTube/issues/778
2018-07-11 14:16:31 +02:00
Pierre-Alain TORET
80d7cf3a15
Update doc for CentOS 7 devtoolset-7
...
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
2018-06-18 10:02:11 +02:00
Chocobozzz
e10c7d5125
Update archlinux dependencies
2018-05-30 16:38:24 +02:00
norrist
af5262f113
(doc): use sysrc instead of editing /etc/rc.conf on FreeBSD ( #603 )
2018-05-29 21:04:29 +02:00
Jacques Foucry
dea65ef241
Remove the /etc/pkg/FreeBSD.conf change. The latest version came with node 10 and PeerTube does not deal with it. Staying in quartely give node 9.10.1
2018-05-10 10:05:36 +02:00
Pierre-Alain TORET
d9c1882dd0
Switch Arch Linux dependency to NodeJS LTS
...
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
2018-05-07 16:10:51 +02:00
Rigel Kent
8b1c694406
Adding a more specific phrasing for yarn installation ( #487 )
2018-04-09 22:28:53 +02:00
victor-long
2f7ac61807
Documentation for macOS development. ( #462 )
2018-04-03 00:12:58 +02:00