Deluge BitTorrent client - Git mirror, PRs only https://www.deluge-torrent.org
Go to file
Calum Lind 5cc5d2e811 Fix overzealous changes to setup.py 2014-09-20 18:55:21 +01:00
deluge Update with new license header 2014-09-19 19:21:42 +01:00
docs Fix for building sphinx docs 2014-09-20 18:43:09 +01:00
osx [#2373] [OSX] Fix laucher scripts for single leading slash path 2014-02-19 19:03:53 +00:00
win32 Update with new license header 2014-09-19 19:21:42 +01:00
.gitattributes Update gitattributes file 2014-03-10 13:57:24 +00:00
.gitignore Create new generate_pot.py script for translations 2013-05-02 19:21:46 +01:00
AUTHORS Update AUTHORS 2012-01-09 23:20:48 +00:00
ChangeLog Change Web interface to fork by default 2013-05-02 00:56:35 +01:00
DEPENDS Use stdlib json 2014-07-19 11:32:17 +01:00
LICENSE Update LICENSE in trunk too.. 2009-04-06 21:17:26 +00:00
MANIFEST.in Remove unneeded ez_setup and 'isort' imports 2014-09-04 00:37:57 +01:00
README Update README file 2012-01-07 19:31:10 +00:00
gen_web_gettext.py Fix building the code documentation with sphinx 2014-02-20 17:38:51 +00:00
generate_pot.py Remove unneeded ez_setup and 'isort' imports 2014-09-04 00:37:57 +01:00
minify_web_js.py Remove unneeded ez_setup and 'isort' imports 2014-09-04 00:37:57 +01:00
msgfmt.py Flake8 pass of entire codebase 2014-09-19 19:10:14 +01:00
setup.cfg Flake8 pass of entire codebase 2014-09-19 19:10:14 +01:00
setup.py Fix overzealous changes to setup.py 2014-09-20 18:55:21 +01:00
version.py Remove unneeded ez_setup and 'isort' imports 2014-09-04 00:37:57 +01:00

README

==========================
 Deluge BitTorrent Client
==========================

Homepage: http://deluge-torrent.org

Authors:
    Andrew Resch
    Damien Churchill

For contributors and past developers see: 
    AUTHORS

==========================
Installation Instructions:
==========================

For detailed instructions see: http://dev.deluge-torrent.org/wiki/Installing/Source

Ensure build dependencies are installed, see DEPENDS for a full listing.

Build and install by running:

    $ python setup.py build
    $ sudo python setup.py install

==========================
Contact/Support:
==========================

   Forum: http://forum.deluge-torrent.org
   IRC Channel: #deluge on irc.freenode.net

==========================
FAQ
==========================

For the full FAQ see: http://dev.deluge-torrent.org/wiki/Faq

How to start the various user-interfaces

    Gtk:
        deluge or deluge-gtk
    Console:
        deluge-console
    Web:
        deluge-web
        Go to http://localhost:8112/ default-password = "deluge"
    
How do I start the daemon?

    deluged

I can't connect to the daemon from another machine

    See: http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient