Deluge BitTorrent client - Git mirror, PRs only https://www.deluge-torrent.org
Go to file
Calum Lind b7162fab36 [#2956] Fix empty file_priorities with magnets 2017-02-21 10:37:09 +00:00
deluge [#2956] Fix empty file_priorities with magnets 2017-02-21 10:37:09 +00:00
docs [Core] Refactor default add torrent flags into a constant 2016-11-30 23:21:45 +00:00
packaging
.gitattributes
.gitignore
.pylintrc
.travis.yml Change libtorrent minimum dependency to 1.1.1 2017-01-26 12:49:55 +00:00
AUTHORS
ChangeLog
DEPENDS Change libtorrent minimum dependency to 1.1.1 2017-01-26 12:49:55 +00:00
LICENSE
MANIFEST.in Revert "Rename version.py to calc_version.py to fix buildd error" 2016-11-26 19:35:53 +00:00
README.rst
gen_web_gettext.py
generate_pot.py Revert "Rename version.py to calc_version.py to fix buildd error" 2016-11-26 19:35:53 +00:00
minify_web_js.py Fix a typo in minify script 2016-11-28 19:20:05 +00:00
msgfmt.py
setup.cfg [Tests] Replace isort test with flake8-isort 2016-11-25 12:43:50 +00:00
setup.py [Lint] Fix pylint warnings in setup.py 2017-01-26 12:48:52 +00:00
tox.ini [Tox] Twisted version pin to 16.6 2017-02-14 18:59:34 +00:00
version.py Revert "Rename version.py to calc_version.py to fix buildd error" 2016-11-26 19:35:53 +00:00

README.rst

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

|build-status| |docs|

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


.. |build-status| image:: https://travis-ci.org/deluge-torrent/deluge.svg
    :target: https://travis-ci.org/deluge-torrent/deluge

.. |docs| image:: https://readthedocs.org/projects/deluge/badge/?version=develop
    :target: https://readthedocs.org/projects/deluge/?badge=develop
    :alt: Documentation Status