Skip to content

Instantly share code, notes, and snippets.

@IanGely
Forked from dasgoll/Install deluge on CentOS 7
Created February 13, 2017 01:23
Show Gist options
  • Save IanGely/355e133c4f8648643592aa1dd5d2fcd1 to your computer and use it in GitHub Desktop.
Save IanGely/355e133c4f8648643592aa1dd5d2fcd1 to your computer and use it in GitHub Desktop.
# Centos 7.1
yum -y install wget
wget http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
rpm -ivh nux-dextop-release-0-5.el7.nux.noarch.rpm
yum -y install deluge-web
systemctl start deluge-web
systemctl stop firewalld
browse http://192.168.3.101:8112
### check it
yum install deluge-console
## with this extneions
https://chrome.google.com/webstore/detail/remote-torrent-adder/oabphaconndgibllomdcjbfdghcmenci
Open the extension's options through Chrome's wrench menu and set your server's info
If just clicking a link doesn't add the torrent to your client, but downloads it locally to your disk, also look at the "Link Catching" tab in the settings page and consult this page for a short tutorial on how to fix it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment