From 9a5d2a3f54fbc4ef899988dd85cf65f92cc3ffff Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 27 Jan 2017 11:18:53 +0100 Subject: Admin password stuff --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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. $ NODE_ENV=production npm start +The administrator password is automatically generated and can be found in the logs. You can set another password with: + + $ NODE_ENV=production npm run reset-password -- -u root + **Nginx template** (reverse proxy): https://github.com/Chocobozzz/PeerTube/tree/master/support/nginx **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 $ npm run dev +The administrator password is displayed in the command output and can be found in the logs. + ### Test with 3 fresh nodes $ npm run clean:server:test -- cgit v1.2.3