nelu / rutorrent-filemanager

Shell file management plugin for ruTorrent webUI
Other
26 stars 12 forks source link

install #32

Closed TMTYD closed 7 months ago

TMTYD commented 2 years ago

Hi

how do i install this plugin for rutorrent ?

git clone https://github.com/nelu/rutorrent-filemanager.git
chown -R www-data: filemanager
chmod -R 775 filemanager/
Adjust conf.php

is this the right way ?

Whisper40 commented 2 years ago

Hello, it should be at least this

git clone https://github.com/nelu/rutorrent-filemanager.git /tmp/filemanager
cp -r /tmp/filemanager /rutorrent/app/plugins
rm -rf /tmp/filemanager
TMTYD commented 2 years ago

Ok thx