From f1375c1ea83a3b90835cea7901e29fb4fae34a01 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Thu, 20 Apr 2023 13:27:14 +0200 Subject: [PATCH] Dev tuto link. --- .../documentation/content/contributing/develop/_index.de.md | 6 ++++++ .../documentation/content/contributing/develop/_index.en.md | 6 ++++++ .../documentation/content/contributing/develop/_index.fr.md | 5 +++++ 3 files changed, 17 insertions(+) diff --git a/support/documentation/content/contributing/develop/_index.de.md b/support/documentation/content/contributing/develop/_index.de.md index 2e4bb501..d09ffbf3 100644 --- a/support/documentation/content/contributing/develop/_index.de.md +++ b/support/documentation/content/contributing/develop/_index.de.md @@ -77,3 +77,9 @@ To enable this mode, you juste have to create the The simple existence of this file is sufficient to trigger the debug mode. To make sure it's taken into account, you can restart your Peertube instance. + +## Quick dev environment using Docker + +There is a tutorial, in french, on the +[le Peertube forum](https://framacolibri.org/t/tutoriel-creer-un-environnement-de-developpement-de-plugin-peertube-rapidement-en-utilisant-docker-et-qui-permet-de-tester-la-federation/17631) +that explains how to quickly build a dev env using Docker. diff --git a/support/documentation/content/contributing/develop/_index.en.md b/support/documentation/content/contributing/develop/_index.en.md index c2d3c788..ebeddfe1 100644 --- a/support/documentation/content/contributing/develop/_index.en.md +++ b/support/documentation/content/contributing/develop/_index.en.md @@ -79,3 +79,9 @@ To enable this mode, you juste have to create the The simple existence of this file is sufficient to trigger the debug mode. To make sure it's taken into account, you can restart your Peertube instance. + +## Quick dev environment using Docker + +There is a tutorial, in french, on the +[le Peertube forum](https://framacolibri.org/t/tutoriel-creer-un-environnement-de-developpement-de-plugin-peertube-rapidement-en-utilisant-docker-et-qui-permet-de-tester-la-federation/17631) +that explains how to quickly build a dev env using Docker. diff --git a/support/documentation/content/contributing/develop/_index.fr.md b/support/documentation/content/contributing/develop/_index.fr.md index b65f1be0..21b391f5 100644 --- a/support/documentation/content/contributing/develop/_index.fr.md +++ b/support/documentation/content/contributing/develop/_index.fr.md @@ -78,3 +78,8 @@ Pour activer ce mode, il suffit de créer un fichier La simple existance de ce fichier suffit à déclencher le mode debug. Pour être sûr qu'il est pris en compte, vous pouvez redémarrer votre instance Peertube. + +## Environnement de développement rapide via Docker + +Un tutoriel est disponible sur [le forum Peertube](https://framacolibri.org/t/tutoriel-creer-un-environnement-de-developpement-de-plugin-peertube-rapidement-en-utilisant-docker-et-qui-permet-de-tester-la-federation/17631) +pour expliquer comment monter rapidement un environnement de développement en utilisant Docker.