diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-01-27 11:18:53 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-01-27 11:18:53 +0100 |
commit | 9a5d2a3f54fbc4ef899988dd85cf65f92cc3ffff (patch) | |
tree | 97a98775f94f0c92baab7bbbf856ab7dc299451b /README.md | |
parent | f7ac0f84e1135ce893be930da6d935216dac13d3 (diff) | |
download | PeerTube-9a5d2a3f54fbc4ef899988dd85cf65f92cc3ffff.tar.gz PeerTube-9a5d2a3f54fbc4ef899988dd85cf65f92cc3ffff.tar.zst PeerTube-9a5d2a3f54fbc4ef899988dd85cf65f92cc3ffff.zip |
Admin password stuff
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 | ||
157 | The 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 | ||
183 | The 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 |