mirror of https://github.com/Chocobozzz/PeerTube
[UPD] Updated production.md
Updated production guide to adapt new updates on linux servers(specifically ubuntu)pull/6711/head
parent
29cdeb0621
commit
e90b3329e3
|
@ -91,11 +91,11 @@ sudo -u peertube unzip -q peertube-${VERSION}.zip && sudo -u peertube rm peertub
|
|||
|
||||
|
||||
Install Peertube:
|
||||
|
||||
**Under root only**
|
||||
```bash
|
||||
cd /var/www/peertube
|
||||
sudo -u peertube ln -s versions/peertube-${VERSION} ./peertube-latest
|
||||
cd ./peertube-latest && sudo -H -u peertube yarn install --production --pure-lockfile
|
||||
sudo -u peertube ln -s versions/peertube-${VERSION}/ peertube-latest
|
||||
cd peertube-latest && sudo -H -u peertube yarn install --production --pure-lockfile
|
||||
```
|
||||
|
||||
### :wrench: PeerTube configuration
|
||||
|
|
Loading…
Reference in New Issue