From: Chocobozzz Date: Fri, 9 Dec 2016 16:32:42 +0000 (+0100) Subject: Add a little explication on dev mode in README X-Git-Tag: v0.0.1-alpha~577 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=108626609eda75e4ecc0a83a650a4d53c46220e0;p=oweals%2Fpeertube.git Add a little explication on dev mode in README --- diff --git a/README.md b/README.md index 6a3803cae..ceba2a3f7 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ If you want to run PeerTube for production (bad idea for now :) ): $ cp config/production.yaml.example config/production.yaml -Then edit the `config/production.yaml` file according to your webserver configuration. Keys set in this file will override those of `config/default.yml'. +Then edit the `config/production.yaml` file according to your webserver configuration. Keys set in this file will override those of `config/default.yml`. Finally, run the server with the `production` `NODE_ENV` variable set. @@ -172,6 +172,8 @@ The following commands will upgrade the source (according to your current branch ### Development +In this mode, the server will run requests between pods more quickly, the videos duration are limited to a few seconds and the client files are automatically compiled when we modify them: + $ npm run dev ### Test with 3 fresh nodes