Changes between Version 56 and Version 57 of Plugins


Ignore:
Timestamp:
11/01/2012 11:11:35 AM (11 years ago)
Author:
bro
Comment:

Added more details on Client/Server? setup/install

Legend:

Unmodified
Added
Removed
Modified
  • Plugins

    v56 v57  
    8888 
    8989=== Manual Install === 
    90 Copy the egg file into the plugins directory of the deluge config. The default location is: 
     90Copy the egg file into the plugins directory of the deluge config.  
     91 
     92The default location on Linux/*nix is: 
    9193{{{ 
    92  ~/.config/deluge/plugins 
     94 ~/.config/deluge/plugins/ 
     95}}} 
     96The default location on  Windows: 
     97{{{ 
     98Win XP: C:\Documents and Settings\username\Application Data\deluge\plugins\ 
     99Win 7 : C:\Users\username\AppData\Roaming\deluge\plugins\ 
    93100}}} 
    94101 
    95102=== Client-Server Setups === 
    96103 
    97 Plugins may need to be installed to both client and server for them to work properly.  
     104When running the Deluge server (daemon) on a separate computer, the egg file will be copied there as well when installing through the GTK client. Beware that the python versions on the server and desktop must match. (On Windows, python 2.6 is included in the Deluge install) 
     105 
     106If the python versions do not match, you will have to copy the egg to the server manually. 
     107 
     108Example setup: 
     109 
     110 * Windows desktop with python 2.6 running GTK client. 
     111 * Linux server with python 2.7 running daemon 
     112 
     113In this case you'll have to install the 2.7 egg onto the server manually after installing the 2.6 egg on the desktop. 
    98114 
    99115----