aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorGérald Niel <gerald.niel@gegeweb.org>2018-03-19 22:48:15 +0100
committerGérald Niel <gerald.niel@gegeweb.org>2018-03-19 22:48:15 +0100
commit6d55bd21a929eb5558dc1dfc3ae6857136496355 (patch)
tree57990331c8a6759ba4a65890f70b11ebafb056a6 /support/doc
parentf8087a5476ecb4659949794b5c5978481c991cec (diff)
downloadPeerTube-6d55bd21a929eb5558dc1dfc3ae6857136496355.tar.gz
PeerTube-6d55bd21a929eb5558dc1dfc3ae6857136496355.tar.zst
PeerTube-6d55bd21a929eb5558dc1dfc3ae6857136496355.zip
Add FreeBSD startup
Diffstat (limited to 'support/doc')
-rw-r--r--support/doc/production.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/support/doc/production.md b/support/doc/production.md
index db0c8d99f..5c21ab772 100644
--- a/support/doc/production.md
+++ b/support/doc/production.md
@@ -143,6 +143,22 @@ $ sudo systemctl start peertube
143$ sudo journalctl -feu peertube 143$ sudo journalctl -feu peertube
144``` 144```
145 145
146### FreeBSD
147
148Copy the startup script and update rc.conf:
149
150```
151$ sudo cp /var/www/peertube/peertube-latest/support/freebsd/peertube /usr/local/etc/rc.d/
152$ sudo chmod +x /usr/local/etc/rc.d/peertube
153$ sudo echo peertube_enable="YES" >> /etc/rc.conf
154```
155
156#### Run
157
158```
159$ sudo service peertube start
160```
161
146### Administrator 162### Administrator
147 163
148The administrator password is automatically generated and can be found in the 164The administrator password is automatically generated and can be found in the