Update production.md
This commit is contained in:
parent
08806798d0
commit
cfdd9eb4b0
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ Install Peertube. If you're using CentOS7, do not forget to activate the devtool
|
||||||
$ scl enable devtool-6 bash
|
$ scl enable devtool-6 bash
|
||||||
```
|
```
|
||||||
And after that, follow the step as usual. Do not forget to exit the environment after installing Peertube.
|
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 ../ && 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
|
||||||
|
|
Loading…
Reference in a new issue