diff options
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/production.md | 16 |
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 | |||
148 | Copy 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 | ||
148 | The administrator password is automatically generated and can be found in the | 164 | The administrator password is automatically generated and can be found in the |