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