aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index a25f058f8..a1198019c 100644
--- a/README.md
+++ b/README.md
@@ -154,6 +154,10 @@ Finally, run the server with the `production` `NODE_ENV` variable set.
154 154
155 $ NODE_ENV=production npm start 155 $ NODE_ENV=production npm start
156 156
157The administrator password is automatically generated and can be found in the logs. You can set another password with:
158
159 $ NODE_ENV=production npm run reset-password -- -u root
160
157**Nginx template** (reverse proxy): https://github.com/Chocobozzz/PeerTube/tree/master/support/nginx 161**Nginx template** (reverse proxy): https://github.com/Chocobozzz/PeerTube/tree/master/support/nginx
158 162
159**Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd 163**Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd
@@ -176,6 +180,8 @@ In this mode, the server will run requests between pods more quickly, the videos
176 180
177 $ npm run dev 181 $ npm run dev
178 182
183The administrator password is displayed in the command output and can be found in the logs.
184
179### Test with 3 fresh nodes 185### Test with 3 fresh nodes
180 186
181 $ npm run clean:server:test 187 $ npm run clean:server:test