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
luz.paz
f209b32afa
Misc. typos
...
Found via `codespell -q 3`
2018-03-30 18:51:57 +02:00
Gérald Niel
39d1bb985a
Update dependencies.md
2018-03-27 20:04:58 +02:00
Gérald Niel
6b48f04e69
Fix typo in markdown syntax
2018-03-27 20:01:51 +02:00
Gérald Niel
4c86a254a5
Mise à jour documentation pour FreeBSD
2018-03-27 19:14:31 +02:00
Okhin
0414ed1066
Improving the CentOS7 specific parts
...
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++
2018-03-24 21:17:29 +01:00
Chocobozzz
30274d67eb
Fix spelling in dependencies
2018-03-15 14:40:06 +01:00
Millicent Billette
955f14a44a
ppa for ffmpeg in dependencies documentation ( #340 )
2018-03-15 14:39:27 +01:00
Andréas Livet
44a9a76e29
Update g++ needed version ( #338 )
...
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.
2018-03-14 12:49:58 +01:00
Chocobozzz
9940241328
Update documentations
2018-03-14 09:15:17 +01:00
Florian
93d1575311
fix first sudo command ( #337 )
2018-03-14 08:58:33 +01:00
Florian
bc2fc1a783
adding some instructions for certbot and basic utility programs needed ( #336 )
2018-03-14 08:46:55 +01:00
Benjamin EWFT
4a31886e32
Update dependencies for Archlinux
2018-03-05 21:13:30 +01:00
Chocobozzz
07fa4c97ca
Add support to video support on client
2018-02-20 16:13:55 +01:00
Chocobozzz
35501c0fa7
Add ability to import just one video from youtube
2018-02-19 11:12:58 +01:00
LecygneNoir
2519d9fec6
add import-youtube guide inside documentation ( #298 )
...
* 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
2018-02-19 09:42:43 +01:00
Erwan Croze
053ad3a346
Adding dependencies informations for CentOS 7 ( #288 )
2018-02-12 08:11:45 +01:00
Chocobozzz
94a5ff8a4a
Move job queue to redis
...
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.
2018-01-25 18:41:17 +01:00
Thomas Citharel
e5203ffa12
Improve docs ( #232 )
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-01-23 08:53:15 +01:00
Chocobozzz
afe8176799
Some markdown fixes
2018-01-12 18:55:45 +01:00
Chocobozzz
63bfad7ec9
Try to improve documentations/readme
2018-01-12 18:07:41 +01:00