Changes between Version 82 and Version 83 of Faq
- Timestamp:
- 01/12/2009 12:33:51 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Faq
v82 v83 145 145 146 146 == 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.147 1.0 was a rewrite, all old 0.5 plugins have to be rewritten. 148 148 149 149 The webui is not a plugin anymore, see : http://dev.deluge-torrent.org/wiki/Faq#Howtostartthevarioususer-interfaces … … 223 223 = Web UI = 224 224 == How do I use https? == 225 1.0 : not possible 226 227 1.1 : 225 1.1 and newer : 228 226 * 1 Create (self-signed) ssl certificates: http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#selfcert 229 227 … … 241 239 = Installing = 242 240 243 == How do I install 1. 0? ==241 == How do I install 1.1 ? == 244 242 245 243 InstallingDeluge 246 244 247 == How do I install 1. 0SVN ? ==245 == How do I install 1.1 SVN ? == 248 246 249 247 … … 254 252 {{{ 255 253 $ 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 stable254 $ svn co http://svn.deluge-torrent.org/branches/1.1.0_RC deluge # for 1.1.x stable 257 255 $ 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* 259 257 $ python setup.py build 260 258 $ sudo python setup.py install