Changes
Page history
plugin install chown
authored
Sep 11, 2022
by
Roland Alton
Hide whitespace changes
Inline
Side-by-side
Technical-setup.md
View page @
0e7d3161
fair.tube is based on peertube and the wonderful work of Framasoft for a GAFAM free Fediverse.
# Installation
#
# Installation
peertube was manually installed in 2021 on bridge2 server in
`/var/www/peertube/`
which now contains a link to the
used
version
peertube was manually installed in 2021 on bridge2 server in
`/var/www/peertube/`
which now contains a link to the vers
ion used in product
ion
lrwxrwxrwx 1 peertube peertube 24 Sep 5 15:34 peertube-latest -> versions/peertube-v4.2.2
## Logs
/var/www/peertube/storage/logs/
## Install plugin
...
...
@@ -17,10 +20,12 @@ To update or install a plugin you have to run this command on bridge2:
cd /var/www/peertube/peertube-latest && NODE_ENV=production NODE_CONFIG_DIR=/var/www/peertube/config node dist/scripts/plugin/install.js -n peertube-plugin-<plugin_name>
```
You'll have to change the owner after that.
You'll have to change the owner after that.
Also check other dirs such as /var/www/peertube/storage/plugins/data/
```
cd /var/www/peertube/storage/plugins/node_modules && chown -R peertube:peertube *
```
and then do a restart.
...
...
...
...