Skip to content

Instantly share code, notes, and snippets.

@benschw
Created January 5, 2014 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benschw/8269469 to your computer and use it in GitHub Desktop.
Save benschw/8269469 to your computer and use it in GitHub Desktop.
deluge setup

install daemon, webui, etc

$ sudo aptitude install deluge deluged deluge-web

run it

$ sudo service deluged start
$ screen -fa -d -m -S deluge-web deluge-web

navigate to http://IP_ADDRESS_OF_SERVER:8112/ (password is deluge)

based on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment