aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-06 10:36:21 +0200
committerChocobozzz <me@florianbigard.com>2018-04-06 10:36:21 +0200
commit9c758359c03840c708ccfc8a3f10f1b84ec6611f (patch)
tree9d1d53c6d75ef7e76149bc2c36b116fd643f250a /support
parent97ea24045d6b87e4eb93e98032edc956f76825c8 (diff)
downloadPeerTube-9c758359c03840c708ccfc8a3f10f1b84ec6611f.tar.gz
PeerTube-9c758359c03840c708ccfc8a3f10f1b84ec6611f.tar.zst
PeerTube-9c758359c03840c708ccfc8a3f10f1b84ec6611f.zip
Add what now section to production guide
Diffstat (limited to 'support')
-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