如何配置rtGui为rTorrent
/配置rtGui for rTorrent /
本教程将介绍如何为rTorrent安装GUI(rtGUI)。
rtGui可用: http : //code.google.com/p/rtgui/
要求
* rTorrent 0.8.0 / libtorrent 0.12.0符合XML-RPC库支持 - 请参阅http://libtorrent.rakshasa.no/
* XML-RPC库 - 请参阅http://xmlrpc-c.sourceforge.net/
*配置了XML-RPC的Apache Webserver - 请参阅http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide
*带有XML-RPC模块的PHP 5 - 请参见http://www.php.net/
*网页浏览器 - 请参阅http://www.mozilla.com/
安装
- - - 一世。 - - -
1.下载并安装rTorrent和libtorrent
http://libtorrent.rakshasa.no/wiki/Install
./configure
make
make install (as superuser)
2.下载XML-RPC并安装
http://xmlrpc-c.sourceforge.net/downloading.php
tar xvzf xmlrpc-XXXXXXXXX.tgz
./configure
如果您使用./configure
获取错误, 请
尝试:
./configure --disable-cplusplus
make
make install (as superuser)
3.使用模块下载并安装Apache和PHP
http://www.php.net/
http://www.apache.org/
-----二。 ------
1.使用XMLRPC与rtorrent
你需要什么
* http://python.ca/scgi/ for Apache
* http://xmlrpc-c.sourceforge.net/ 1.00或更高版本,1.07或更高版本为64位整数支持。
* rtorrent 0.7.5或以上。
使用--with-xmlrpc-c
标志配置rtorrent,并将以下内容添加到httpd.conf
或apache2.conf中
:
SCGIMount /RPC2 127.0.0.1:5000 rtorrent.rc: scgi_port = localhost:5000
2.安装rtGUI
*更改为您的Web服务器根目录,例如:
cd /var/www/htdocs
*从您下载的存档中提取文件:
tar xvzf rtgui-0.1.tgz
*修改config.php
,如果需要:
vi rtgui/config.php
*将您的Web浏览器指向目录,例如: http:// localhost / rtgui
----------
如果你想为rTorrent使用另一个gui,那么你需要第1章安装你的选择。
* nTorrent
* wTorrent
* n2hell
* rTWi
* rtorstat
Kellemeslehincülést!
Nehogymeghümpürcüködjetekközbe;)
谢谢!
PeTIK团队