Changes between Version 19 and Version 20 of wTorrentInstall


Ignore:
Timestamp:
10/13/08 00:52:14 (2 years ago)
Author:
royger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wTorrentInstall

    v19 v20  
    4949Here we are going to set up the gateway between wTorrent and rtorrent, there is more than one way to get this working, but here's what I recommend. If you already have a working apache server I would advise you to set up a lighttpd server in another port (like 81) as the scgi gateway, but you can also do the same with mod_scgi (but it's slower). If you have lighttpd as your httpd server you just need to add a few lines to lighttpd.conf. 
    5050=== Using Lighttpd === 
    51 Install lighttpd (I'm not going to write down what you need to do since it's a standart install). Make sure you also have installed php, php-xmlrpc, php-sqlite and sqlite. 
     51Install lighttpd (I'm not going to write down what you need to do since it's a standart install). Make sure you also have installed php, php-xmlrpc, php-pdo and sqlite. 
    5252Search for the server.modules section and add/uncoment the following line: 
    5353{{{ 
     
    161161Enter the directory and copy the folder 'wtorrent' to your httpd server root folder, or wherever you want that your webserver is able to access. 
    162162 
    163 Edit conf/sample.user.conf.php to suit your needs (options are explained) and rename it to home.conf.php. Don't forget to change your username and pass if you activated it for the webserver.  
    164  
    165 If you downloaded revision 47 (or later) you can point to install2.php to create the conf/home.conf.php with the common configuration filling a form (install2.php is NOT working now, you will have to edit user.conf.php by hand). 
    166  
    167 Make your torrents, database and smarty compile dirs (default torrents/, db/ and tpl_c/) writable by your web server user. You can do this with a chmod 777 or with chown. 
     163Make your torrents, database, smarty compile and configuration folders (default torrents/, db/, tpl_c/ and conf/) writable by your web server user. You can do this with a chmod 777 or with chown. 
    168164 
    169165{{{