1
0
Fork 0

Update production.md

This commit is contained in:
David Libeau 2018-05-27 01:25:10 +00:00 committed by Chocobozzz
parent 08806798d0
commit cfdd9eb4b0
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ Install Peertube. If you're using CentOS7, do not forget to activate the devtool
$ scl enable devtool-6 bash
```
And after that, follow the step as usual. Do not forget to exit the environment after installing Peertube.
Install Peertube:
```
$ cd ../ && sudo -u peertube ln -s versions/peertube-${VERSION} ./peertube-latest
$ cd ./peertube-latest && sudo -H -u peertube yarn install --production --pure-lockfile