Changes between Version 82 and Version 83 of Faq


Ignore:
Timestamp:
01/12/2009 12:33:51 AM (15 years ago)
Author:
markybob
Comment:

1.1 updates

Legend:

Unmodified
Added
Removed
Modified
  • Faq

    v82 v83  
    145145 
    146146== I upgraded from 0.5 and plugin x is missing == 
    147 1.0 is a rewrite, all old 0.5 plugins have to be rewritten. 
     1471.0 was a rewrite, all old 0.5 plugins have to be rewritten. 
    148148 
    149149The webui is not a plugin anymore, see : http://dev.deluge-torrent.org/wiki/Faq#Howtostartthevarioususer-interfaces 
     
    223223= Web UI = 
    224224== How do I use https? == 
    225 1.0 : not possible 
    226  
    227 1.1 :  
     2251.1 and newer :  
    228226 * 1 Create (self-signed) ssl certificates: http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#selfcert 
    229227 
     
    241239= Installing = 
    242240 
    243 == How do I install 1.0 ? == 
     241== How do I install 1.1 ? == 
    244242 
    245243InstallingDeluge 
    246244 
    247 == How do I install 1.0 SVN ? == 
     245== How do I install 1.1 SVN ? == 
    248246 
    249247 
     
    254252{{{ 
    255253$ svn co http://svn.deluge-torrent.org/trunk deluge # for development version 
    256 $ svn co http://svn.deluge-torrent.org/branches/1.0.0_RC deluge # for 1.0.x stable 
     254$ svn co http://svn.deluge-torrent.org/branches/1.1.0_RC deluge # for 1.1.x stable 
    257255$ cd deluge 
    258 $ sudo rm  -fr /usr/lib/python2.5/site-packages/deluge-1.0* 
     256$ sudo rm  -fr /usr/lib/python2.5/site-packages/deluge-1.1* 
    259257$ python setup.py build 
    260258$ sudo python setup.py install