Add automated dev setup using Gitpod
This commit is contained in:
parent
cda03765fe
commit
0cfcbae818
7 changed files with 53 additions and 4 deletions
10
.github/CONTRIBUTING.md
vendored
10
.github/CONTRIBUTING.md
vendored
|
@ -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:
|
||||
|
||||
[](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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue