Update home authored by Kostrzewa Lisa's avatar Kostrzewa Lisa
......@@ -33,32 +33,4 @@ Eine Instanz beschreibt die jeweilige Plattform, worüber Videos veröffentlicht
## Installation
[Wiki Installation](https://git.fairkom.net/hosting/fairtube/-/wikis/Wiki)
manual installation on bridge2 server in `/var/www/peertube/`
## Install plugin
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.
```
cd /var/www/peertube/storage/plugins/node_modules && chown -R peertube:peertube *
```
and then do a restart.
## Restart
```
service peertube start
service peertube status
peertube stopped, but pid file exists
rm /var/www/peertube/peertube-latest/pid/peertube.pid
```
\ No newline at end of file
[Wiki Installation](https://git.fairkom.net/hosting/fairtube/-/wikis/Wiki)
\ No newline at end of file