deluge/README

95 lines
2.6 KiB
Plaintext
Raw Normal View History

2009-07-23 00:27:43 +00:00
2008-09-14 19:02:06 +00:00
==========================
Deluge BitTorrent Client
==========================
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
For past developers and contributers see: http://dev.deluge-torrent.org/wiki/About
2008-11-29 17:53:04 +00:00
==========================
License
==========================
Deluge is under the GNU GPLv3 license.
Icon data/pixmaps/deluge.svg and derivatives in data/icons are copyright
Andrew Wedderburn and are under the GNU GPLv3.
All other icons in data/pixmaps are copyright Andrew Resch and are under
the GNU GPLv3.
2008-09-14 19:02:06 +00:00
==========================
Contact/Support:
==========================
We have two options available for support:
Our Forum, at: http://forum.deluge-torrent.org
2008-09-14 19:02:06 +00:00
or
Our IRC Channel, at #deluge on Freenode: http://freenode.net
2008-09-14 19:02:06 +00:00
==========================
Installation Instructions:
==========================
For more detailed instructions see: http://dev.deluge-torrent.org/wiki/Installing/Source
See: DEPENDS for a full list of dependencies.
2009-02-11 00:55:30 +00:00
2008-11-29 17:53:04 +00:00
First, make sure you have the proper build dependencies installed. On a normal
2008-09-14 19:02:06 +00:00
Debian or Ubuntu system:
sudo apt-get install g++ make python-all-dev python-all python-dbus \
python-gtk2 python-notify librsvg2-common python-xdg python-support \
2009-09-26 03:15:09 +00:00
subversion libboost-dev libboost-python-dev \
2008-09-14 19:02:06 +00:00
libboost-thread-dev libboost-date-time-dev libboost-filesystem-dev \
2009-09-26 03:15:09 +00:00
libssl-dev zlib1g-dev python-setuptools \
2009-07-02 18:51:26 +00:00
python-mako python-twisted-web python-chardet python-simplejson
2008-09-14 19:02:06 +00:00
The names of the packages may vary depending on your OS / distro.
Once you have the needed libraries installed, build and install by running:
$ python setup.py build
2008-12-11 03:54:18 +00:00
$ sudo python setup.py install
2008-09-14 19:02:06 +00:00
==========================
FAQ
==========================
How to start the various user-interfaces
Gtk:
2009-10-04 23:07:24 +00:00
deluge-gtk
2008-09-14 19:02:06 +00:00
Console:
deluge-console
2008-09-14 19:02:06 +00:00
Web:
deluge-web
2008-09-14 19:02:06 +00:00
Go to http://localhost:8112/ default-password = "deluge"
2008-11-29 17:53:04 +00:00
Why is deluge still listed in my system tray even after I close it ?
2008-09-14 19:02:06 +00:00
You closed the gtk user-interface but you did not close the daemon. Choose "Quit & Shutdown Daemon" to close both Daemon and gtk-ui.
How do I start the daemon?
2008-09-14 19:02:06 +00:00
deluged
How do I start the daemon with logging to console?
2008-09-14 19:02:06 +00:00
deluged -d -L <log level>
2008-09-14 19:02:06 +00:00
2009-10-04 23:07:24 +00:00
I can't connect to the daemon from another machine
2008-09-14 19:02:06 +00:00
* Configure the daemon to allow remote connections
* Add a user to the auth file located in the config folder: ~/.config/deluge/auth
2008-11-29 17:53:04 +00:00
* Restart the daemon.
2008-09-14 19:02:06 +00:00
I upgraded from 0.5 and plugin x is missing
1.0 is a rewrite, all old 0.5 plugins have to be rewritten.
For the full FAQ see: http://dev.deluge-torrent.org/wiki/Faq