diff options
author | Jan Keromnes <jan.keromnes@typefox.io> | 2019-01-30 08:39:42 +0000 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-04-12 09:25:43 +0200 |
commit | 0cfcbae8189353a1ad29bafbd520e6965290f367 (patch) | |
tree | 05b3a7c612c2fb8b7be7fc87dc4439b00b4bf6fd /.github | |
parent | cda03765fe366f028897e9b02dd4a0a19af3c935 (diff) | |
download | PeerTube-0cfcbae8189353a1ad29bafbd520e6965290f367.tar.gz PeerTube-0cfcbae8189353a1ad29bafbd520e6965290f367.tar.zst PeerTube-0cfcbae8189353a1ad29bafbd520e6965290f367.zip |
Add automated dev setup using Gitpod
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 10 |
1 files changed, 8 insertions, 2 deletions
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 :). | |||
57 | 57 | ||
58 | First, you should use a server or PC with at least 4GB of RAM. Less RAM may lead to crashes. | 58 | First, you should use a server or PC with at least 4GB of RAM. Less RAM may lead to crashes. |
59 | 59 | ||
60 | Make sure that you have followed | 60 | Make sure that you have followed |
61 | [the steps](/support/doc/dependencies.md) | 61 | [the steps](/support/doc/dependencies.md) |
62 | to install the dependencies. | 62 | to install the dependencies. |
63 | 63 | ||
64 | Then clone the sources and install node modules: | 64 | Then clone the sources and install node modules: |
@@ -93,6 +93,12 @@ $ sudo -u postgres psql -c "CREATE EXTENSION unaccent;" peertube_dev | |||
93 | 93 | ||
94 | In dev mode, administrator username is **root** and password is **test**. | 94 | In dev mode, administrator username is **root** and password is **test**. |
95 | 95 | ||
96 | ### Online development | ||
97 | |||
98 | You can get a complete PeerTube development setup with Gitpod, a free one-click online IDE for GitHub: | ||
99 | |||
100 | [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Chocobozzz/PeerTube) | ||
101 | |||
96 | ### Server side | 102 | ### Server side |
97 | 103 | ||
98 | You can find a documentation of the server code/architecture [here](/support/doc/development/server/code.md). | 104 | You can find a documentation of the server code/architecture [here](/support/doc/development/server/code.md). |