deluge/README.rst

68 lines
1.4 KiB
ReStructuredText
Raw Normal View History

=========================
2008-09-14 19:02:06 +00:00
Deluge BitTorrent Client
=========================
|build-status| |docs|
2008-09-14 19:02:06 +00:00
Homepage: http://deluge-torrent.org
2008-09-14 19:02:06 +00:00
Authors:
Andrew Resch
2009-02-11 00:55:30 +00:00
Damien Churchill
2008-09-14 19:02:06 +00:00
2011-12-15 15:30:41 +00:00
For contributors and past developers see:
AUTHORS
2008-09-14 19:02:06 +00:00
==========================
Installation Instructions:
==========================
2011-12-15 15:30:41 +00:00
For detailed instructions see: http://dev.deluge-torrent.org/wiki/Installing/Source
2009-02-11 00:55:30 +00:00
2011-12-15 15:30:41 +00:00
Ensure build dependencies are installed, see DEPENDS for a full listing.
2008-09-14 19:02:06 +00:00
Build and install by running::
2008-09-14 19:02:06 +00:00
2011-12-15 15:30:41 +00:00
$ python setup.py build
$ sudo python setup.py install
2008-09-14 19:02:06 +00:00
================
2011-12-15 15:30:41 +00:00
Contact/Support:
================
2008-09-14 19:02:06 +00:00
:Forum: http://forum.deluge-torrent.org
:IRC Channel: #deluge on irc.freenode.net
2008-09-14 19:02:06 +00:00
===
2008-09-14 19:02:06 +00:00
FAQ
===
2008-09-14 19:02:06 +00:00
2011-12-15 15:30:41 +00:00
For the full FAQ see: http://dev.deluge-torrent.org/wiki/Faq
How to start the various user-interfaces:
Gtk::
2008-09-14 19:02:06 +00:00
2011-12-15 15:30:41 +00:00
deluge or deluge-gtk
Console::
deluge-console
Web::
deluge-web
2008-09-14 19:02:06 +00:00
Go to http://localhost:8112/ default-password = "deluge"
How do I start the daemon?:
2008-09-14 19:02:06 +00:00
deluged
I can't connect to the daemon from another machine:
2011-12-15 15:30:41 +00:00
See: http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient
2008-09-14 19:02:06 +00:00
.. |build-status| image:: https://travis-ci.org/deluge-torrent/deluge.svg
:target: https://travis-ci.org/deluge-torrent/deluge
2014-09-22 23:18:34 +00:00
.. |docs| image:: https://readthedocs.org/projects/deluge/badge/?version=develop
:target: https://readthedocs.org/projects/deluge/?badge=develop
:alt: Documentation Status