From 0cfcbae8189353a1ad29bafbd520e6965290f367 Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Wed, 30 Jan 2019 08:39:42 +0000 Subject: Add automated dev setup using Gitpod --- .github/CONTRIBUTING.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '.github/CONTRIBUTING.md') diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f0a4043ac..b3847b8d7 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -57,8 +57,8 @@ before you start working on them :). First, you should use a server or PC with at least 4GB of RAM. Less RAM may lead to crashes. -Make sure that you have followed -[the steps](/support/doc/dependencies.md) +Make sure that you have followed +[the steps](/support/doc/dependencies.md) to install the dependencies. Then clone the sources and install node modules: @@ -93,6 +93,12 @@ $ sudo -u postgres psql -c "CREATE EXTENSION unaccent;" peertube_dev In dev mode, administrator username is **root** and password is **test**. +### Online development + +You can get a complete PeerTube development setup with Gitpod, a free one-click online IDE for GitHub: + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Chocobozzz/PeerTube) + ### Server side You can find a documentation of the server code/architecture [here](/support/doc/development/server/code.md). -- cgit v1.2.3