RuTorrent étant passer sur Github, voilà la procédure pour basculer
mv /var/www/rutorrent /var/www/rutorrent2
git clone https://github.com/Novik/ruTorrent.git /var/www/rutorrent
rm -R /var/www/rutorrent/share /var/www/rutorrent/conf
cp -R /var/www/rutorrent2/conf /var/www/rutorrent/conf
cp -R /var/www/rutorrent2/share /var/www/rutorrent/share
chown -R www-data:www-data /var/www/rutorrent
Ne supprimez pas le dossier rutorrent2 pour l'instant, on sait jamais ! 😀
Si vous avez utilisé le script d'installation automatique
Pour la version complète du script:
cp -R /var/www/rutorrent2/histo.log /var/www/rutorrent/histo.log
cp -R /var/www/rutorrent2/logserver /var/www/rutorrent/logserver
cp -R /var/www/rutorrent2/plugins/fileshare /var/www/rutorrent/plugins/fileshare
cp -R /var/www/rutorrent2/plugins/filemanager /var/www/rutorrent/plugins/filemanager
cp -R /var/www/rutorrent2/plugins/pausewebui /var/www/rutorrent/plugins/pausewebui
cp -R /var/www/rutorrent2/plugins/goto /var/www/rutorrent/plugins/goto
cp -R /var/www/rutorrent2/plugins/ratiocolor /var/www/rutorrent/plugins/ratiocolor
cp -R /var/www/rutorrent2/plugins/linkseedboxmanager /var/www/rutorrent/plugins/linkseedboxmanager
cp -R /var/www/rutorrent2/plugins/linkproxy /var/www/rutorrent/plugins/linkproxy
cp -R /var/www/rutorrent2/plugins/logoff /var/www/rutorrent/plugins/logoff
cp -R /var/www/rutorrent2/plugins/nfo /var/www/rutorrent/plugins/nfo
cp -R /var/www/rutorrent2/plugins/mediainfo /var/www/rutorrent/plugins/mediainfo
cp -R /var/www/rutorrent2/plugins/lbll-suite /var/www/rutorrent/plugins/lbll-suite
cp -R /var/www/rutorrent2/plugins/theme/themes/SpiritOfBonobo /var/www/rutorrent/plugins/theme/themes/SpiritOfBonobo
chown -R www-data:www-data /var/www/rutorrent
Il peut y avoir des messages d'erreurs à la copie des plugins, j'ai mis les liens pour les différentes versions du script fulll donc pas de soucis
Pour la version "Essential" (light):
cp -R /var/www/rutorrent2/histo_ess.log /var/www/rutorrent/histo_ess.log
chown -R www-data:www-data /var/www/rutorrent
cp -R /var/www/rutorrent2/plugins/fileshare /var/www/rutorrent/plugins/fileshare
cp -R /var/www/rutorrent2/plugins/filemanager /var/www/rutorrent/plugins/filemanager
cp -R /var/www/rutorrent2/plugins/logoff /var/www/rutorrent/plugins/logoff
cp -R /var/www/rutorrent2/plugins/mediainfo /var/www/rutorrent/plugins/mediainfo
cp -R /var/www/rutorrent2/plugins/nfo /var/www/rutorrent/plugins/nfo
cp -R /var/www/rutorrent2/plugins/ratiocolor /var/www/rutorrent/plugins/ratiocolor
cp -R /var/www/rutorrent2/plugins/lbll-suite /var/www/rutorrent/plugins/lbll-suite
chown -R www-data:www-data /var/www/rutorrent
Ex.
Répondre…