Changes between Version 60 and Version 61 of Plugins


Ignore:
Timestamp:
04/16/2013 02:09:08 PM (11 years ago)
Author:
bro
Comment:

Clarified the client/server setup even more.

Legend:

Unmodified
Added
Removed
Modified
  • Plugins

    v60 v61  
    108108=== Client-Server Setups === 
    109109 
    110 When running the Deluge daemon, `deluged`, on a separate computer, the egg file will be copied over when installing through the GTK client. 
     110When running the Deluge daemon, `deluged` and Deluge client on a separate computers, the plugin must be installed on both computers. 
     111When installing the egg through the GTK client it will be placed in the plugins directory of your computer, as well as copied over to the computer running the daemon.  
    111112 
    112 ''Note: If the Python versions on the server and desktop do not match, you will have to copy the egg to the server manually.'' 
     113''Note: If the Python versions on the server and desktop computer do not match, you will have to copy the egg to the server manually.'' 
    113114 
    114115For example in the setup below you will have to install the py2.6 egg on the desktop as normal but then manually install the py2.7 egg onto the server.