Deluge BitTorrent client - Git mirror, PRs only https://www.deluge-torrent.org
Go to file
Calum Lind 5959a24d4c [Lint] Flake8 cleanup 2018-09-14 16:06:06 +01:00
deluge [Lint] Flake8 cleanup 2018-09-14 16:06:06 +01:00
docs Fix the docs run failing on Travis 2018-07-28 10:26:02 +01:00
packaging Manually compress png with zopflipng 2018-06-21 14:50:19 +01:00
.gitattributes
.gitignore
.pylintrc
.travis.yml [WebUI][Daemon] Enhance TLS Security 2018-09-06 19:14:13 +01:00
AUTHORS
ChangeLog [WebUI][Daemon] Enhance TLS Security 2018-09-06 19:14:13 +01:00
DEPENDS
LICENSE
MANIFEST.in
Pipfile Upgrade Pipfile lock for twisted 2018-09-14 10:54:22 +01:00
Pipfile.lock Upgrade Pipfile lock for twisted 2018-09-14 10:54:22 +01:00
README.rst
appveyor.yml [Win32] Fix missing certs for HTTPS requests 2018-06-29 10:29:30 +01:00
gen_web_gettext.py Fix files to pass new Flake8 checkers 2018-06-01 23:41:17 +01:00
generate_pot.py
minify_web_js.py
msgfmt.py
setup.cfg Fix the docs run failing on Travis 2018-07-28 10:26:02 +01:00
setup.py [Py3] A large set of fixes for tests to pass under Python 3 2018-06-27 16:41:21 +01:00
tox.ini [WebUI][Daemon] Enhance TLS Security 2018-09-06 19:14:13 +01:00
version.py

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