Changes between Version 14 and Version 15 of InstallationGuide


Ignore:
Timestamp:
02/18/08 19:13:42 (16 years ago)
Author:
Gabor Hudiczius
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuide

    v14 v15  
    3131  * [#addingusers Adding users]
    3232  * [#geoipsupport GeoIP support (optional)]
    33 
     33----
    3434=== rTorrent side === #rtorrentside
    3535
    3636==== Preparing the system ==== #preparing
    3737
    38 You'll need the following packages to install xmlrpc-c, libtorrent and rtorrent
     38You might need the following packages to install xmlrpc-c, libtorrent and rtorrent
    3939 * make
    4040 * pkg-config
     
    104104(20:55:52) XMLRPC initialized with 356 functions.
    105105}}}
    106 
     106----
    107107=== rTWi side === #rtwiside
    108108
     
    141141pass =     "1234567890abcdef1234567890abcdef12345678"
    142142}}}
    143 
     143----
    144144==== GeoIP support (optional) ==== #geoipsupport
    145145
    146146You need to install the [http://www.maxmind.com/app/c GeoIP c library], and the [http://pecl.php.net/package/geoip GeoIP PECL module][[BR]]
    147 You'll need the following packages to to add GeoIP support to rTWi
    148  * libgeoip-dev
    149  * php-pear
    150  * php5-dev
    151 
    152 If you have the packages installed, type
     147For installing the GeoIP PECL module, you need to have [http://pear.php.net/ PHP-PEAR] installed, and than type
    153148{{{
    154149pecl install geoip
    155150}}}
    156151
    157 After you finished, you might want to add "extension=geoip.so" to php.ini
    158 
     152After it's finished, you might want to add "extension=geoip.so" to php.ini
     153----
    159154== Troubleshooting == #troubleshooting
    160155