Difference between pages "Test" and "Package:Rutorrent"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
m
 
Line 1: Line 1:
{{#get_web_data:url=http://build.funtoo.org/index.xml|format=xml|use xpath|data=builds=/subarches/subarch[@name='amd64-bulldozer']/@builds}}
{{Ebuild
;Builds: {{#external_value:builds}}
|Summary=ruTorrent is a front-end for the popular Bittorrent client rTorrent
|CatPkg=www-apps/rutorrent
|Homepage=http://code.google.com/p/rutorrent/
}}
 
rutorrent is a front end to {{package|net-p2p/rtorrent}} and is designed to look like utorrent =D
 
{{console|body=###i## emerge www-apps/rutorrent}}


asdflk asdlfk asdlf alsdf lasd flasd flasd flasd flasd flasd flasd flas dflasd flasdl flasdf lasdfl alsdf lasdf lasdflafsd la sdf
===prereqs===
<div style="align: center;"><div style="border: 1px solid #888;">
*Install your web server {{package|www-servers/nginx}}, and get {{package|dev-lang/php}} with the fpm use flag running first.
[[{{#show: Organization:Brownrice Internet| ?Logo|link=none}}|350px|class=img-responsive|link=Organization:Brownrice Internet]]</div><br/>
*you must turn on scgi_pass in the {{package|net-p2p/rtorrent}} config.
[[Organization:Brownrice Internet|Learn about Funtoo-friendly organization: Brownrice Internet]]</div>
asdflk asdlfk asdlf alsdf lasd flasd flasd flasd flasd flasd flasd flas dflasd flasdl flasdf lasdfl alsdf lasdf lasdflafsd la sdf
{{fullurl:News:The Many Builds of Funtoo Linux}}
{{#widget:AddThis}}


I like the {{f|/etc/make.conf}} file, which can also be referred to as {{f|/etc/portage/make.conf}}. It is a groovy file. Another cool file is {{f|/etc/fstab}}.
===configuration===
==== optional security lock down stuff ====
{{warning|possibly broken, untested}}


=== make.conf mentions ===
first figure out what php you're using


{{#ask: [[Mentions file::make.conf]]
{{console|body=###i##eselect php list fpm
| format=category
[1]  php5.5 *
###i## eselect php list cgi
[1]  php5.5 *
###i## eselect php list apache2
[1]   php5.5 *
###i## eselect php list cli
[1]   php5.5 *
}}
}}


{{console|body=
edit the respective php.ini
# ##i##bluetoothctl
 
[##g##NEW##!g##] Controller 00:02:72:C9:62:65 antec [default]
Edit the open_basedir in
##bl##[bluetooth]##!bl###power on
/etc/php/fpm-php5.5/php.ini
Changing power on succeeded
{{file|name=/etc/php/fpm-php5.5/php.ini|lang=|desc=php basedir|body=
##bl##[bluetooth]##!bl### ##i##agent on
open_basedir = /var/www/localhost/htdocs/rutorrent/conf:/var/www/localhost/htdocs/rutorrent/php:/var/www/localhost/htdocs/rutorrent/
Agent registered
}}
##bl##[bluetooth]##!bl### ##i##scan on
 
Discovery started
=== nginx config===
##bl##[bluetooth]##!bl### ##i##devices
{{file|name=/etc/nginx/sites-available/localhost|lang=|desc=nginx configuration|body=
Device 00:1F:20:3D:1E:75 Logitech K760
server {
##bl##[bluetooth]##!bl### ##i##pair 00:1F:20:3D:1E:75
listen 127.0.0.1:80;
Attempting to pair with 00:1F:20:3D:1E:75
server_name localhost;
[##y##CHG##!y##] Device 00:1F:20:3D:1E:75 Connected: yes
access_log /var/log/nginx/localhost.access_log main;
##r##[agent]##!r## Passkey: 454358
error_log /var/log/nginx/localhost.error_log info;
##r##[agent]##!r## Passkey: ##i##4##!i##54358
root /var/www/localhost/htdocs;
##r##[agent]##!r## Passkey: ##i##45##!i##4358
index index.php index.cgi index.htm index.html;
##r##[agent]##!r## Passkey: ##i##454##!i##358
autoindex on;
##r##[agent]##!r## Passkey: ##i##4543##!i##58
 
##r##[agent]##!r## Passkey: ##i##45435##!i##8
        location ~ \.php$ {
##r##[agent]##!r## Passkey: ##i##454358##!i##
                fastcgi_pass 127.0.0.1:9000;
[##y##CHG##!y##] Device 00:1F:20:3D:1E:75 Paired: yes
include fastcgi.conf;
Pairing successful
                #fastcgi_pass unix:/var/run/php5-fpm.sock;
[##y##CHG##!y##] Device 00:1F:20:3D:1E:75 Connected: no
        }
##bl##[bluetooth]##!bl### ##i##connect 00:1F:20:3D:1E:75
 
Attempting to connect to 00:1F:20:3D:1E:75
          location /rutorrent {
[##y##CHG##!y##] Device 00:1F:20:3D:1E:75 Connected: yes
              include scgi_params;
Connection successful
              scgi_pass localhost:5000;
##bl##[bluetooth]##!bl### ##i##quit
          }
[##r##DEL##!r##] Controller 00:02:72:C9:62:65 antec [default]
}
#
}}
}}
restart nginx
{{console|body=###i## /etc/init.d/nginx restart}}
point your browser to
http://127.0.0.1/rutorrent
or
http://localhost/rutorrent
{{PageNeedsUpdates}}
{{EbuildFooter}}

Revision as of 06:51, March 8, 2015

Rutorrent

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.


rutorrent is a front end to net-p2p/rtorrent and is designed to look like utorrent =D

root # emerge www-apps/rutorrent

prereqs

configuration

optional security lock down stuff

   Warning

possibly broken, untested

first figure out what php you're using

root #eselect php list fpm
[1]   php5.5 *
root # eselect php list cgi
[1]   php5.5 *
root # eselect php list apache2
[1]   php5.5 *
root # eselect php list cli
[1]   php5.5 *

edit the respective php.ini

Edit the open_basedir in /etc/php/fpm-php5.5/php.ini

   /etc/php/fpm-php5.5/php.ini - php basedir
open_basedir = /var/www/localhost/htdocs/rutorrent/conf:/var/www/localhost/htdocs/rutorrent/php:/var/www/localhost/htdocs/rutorrent/

nginx config

   /etc/nginx/sites-available/localhost - nginx configuration
server {
	listen 127.0.0.1:80;
	server_name localhost;
	access_log /var/log/nginx/localhost.access_log main;
	error_log /var/log/nginx/localhost.error_log info;
	root /var/www/localhost/htdocs;
	index index.php index.cgi index.htm index.html;
	autoindex on;

        location ~ \.php$ {
                fastcgi_pass 127.0.0.1:9000;
		include fastcgi.conf;
                #fastcgi_pass unix:/var/run/php5-fpm.sock;
        }

           location /rutorrent {
               include scgi_params;
               scgi_pass localhost:5000;
           }
}

restart nginx

root # /etc/init.d/nginx restart

point your browser to

http://127.0.0.1/rutorrent

or

http://localhost/rutorrent