aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--support/doc/production.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/support/doc/production.md b/support/doc/production.md
index cd85b0488..27534269c 100644
--- a/support/doc/production.md
+++ b/support/doc/production.md
@@ -189,7 +189,12 @@ logs. You can set another password with:
189$ cd /var/www/peertube/peertube-latest && NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run reset-password -- -u root 189$ cd /var/www/peertube/peertube-latest && NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run reset-password -- -u root
190``` 190```
191 191
192Now you can subscribe to the mailing list for PeerTube administrators: https://framalistes.org/sympa/subscribe/peertube-admin 192### What now?
193
194Now your instance is up you can:
195
196 * Subscribe to the mailing list for PeerTube administrators: https://framalistes.org/sympa/subscribe/peertube-admin
197 * Add you instance to the public PeerTube instances index if you want to: https://instances.peertu.be/
193 198
194## Upgrade 199## Upgrade
195 200