aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/server/code.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/server/code.md')
-rw-r--r--support/doc/server/code.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/server/code.md b/support/doc/server/code.md
index 76d11c963..13e592335 100644
--- a/support/doc/server/code.md
+++ b/support/doc/server/code.md
@@ -42,7 +42,7 @@ Uses [JavaScript Standard Style](http://standardjs.com/).
42 * Install [the dependencies](https://github.com/Chocobozzz/PeerTube#dependencies) 42 * Install [the dependencies](https://github.com/Chocobozzz/PeerTube#dependencies)
43 * Run `npm install` at the root directory to install all the dependencies 43 * Run `npm install` at the root directory to install all the dependencies
44 * Run PostgreSQL and create the database `peertube_dev`. 44 * Run PostgreSQL and create the database `peertube_dev`.
45 * Run `npm run dev` to compile the client and automatically run the server. If the client files are already compiled you can simply run `NODE_ENV=test node dist/server` 45 * Run `npm run dev:server` to compile the client, run the server and watch server files modifications.
46 46
47The `NODE_ENV=test` is set to speed up communications between pods (see [constants.ts](https://github.com/Chocobozzz/PeerTube/blob/master/server/initializers/constants.ts)). 47The `NODE_ENV=test` is set to speed up communications between pods (see [constants.ts](https://github.com/Chocobozzz/PeerTube/blob/master/server/initializers/constants.ts)).
48 48