Manjaro install rutorrent
instruction:Â https://pastebin.com/bjDDsysgÂ
Metodo de instalaçao facil de Rtorrent 0.9.8 + Rutorrent V3.9 + lighttpd Em Arch Linux By : Ike Santos (Update 6/12/2019) 1: Instalar rtorrent + webserver lighttpd (Nao Root) sudo pacman -S rtorrent wget lighttpd php php-cgi fcgi zip unzip mediainfo unrar ffmpeg tmux 2: Download da configuraçao para o rtorrent(Nao Root) # wget https://github.com/ikesuncat/free/raw/master/rtorrent.rc.zip Descompactar : unzip rtorrent.rc.zip 3: Editar lighttpd.conf (root): nano /etc/lighttpd/lighttpd.conf Colar o seguinte : server.modules += ( "mod_fastcgi" ) server.modules += ( "mod_scgi" ) Como esta screen : http://i.imgur.com/XHnQNCP.png 4:Colar no fim do file scgi.server = ( "/RPC2" =>   ( "127.0.0.1" =>     (       "host" => "127.0.0.1",       "port" => 5050,       "check-local" => "disable"     )   ) ) fastcgi.server = ( ".php" => ((         "bin-path" => "/usr/bin/php-cgi",         "socket" => "/tmp/php.socket" ))) #Como esta screen : http://i.imgur.com/zBue3nE.png #ctrl+o para salvar e ctrl+x para sair 5:Instalar Rutorrent 3.9 : Como  (Root) # cd /srv/http # wget wget https://github.com/Novik/ruTorrent/archive/master.zip # unzip master.zip # rm master.zip 6:Editar Porta Rutorrent (root) nano /srv/http/ruTorrent-master/conf/config.php Linha : 30 $scgi_port = 5050; Linha : 31 $scgi_host = "127.0.0.1"; #Como screen : http://i.imgur.com/UqFLYpK.png Mesmo file linha 60 Mudar : $tempDirectory = "/tmp/rutorrent/"; #Como screen : http://i.imgur.com/hRM8CSg.png #ctrl+o para salvar e ctrl+x para sair 7: Permissao ao Rutorrent: cd /srv/http (Root) #chown -R http ruTorrent-master #sair da pasta http 8: Permissoes Rutorrent (Root) chmod 777 /srv/http/ruTorrent-master/ 9: Criar Diretorias (Nao Root) # cd /srv/http/ruTorrent-master/ Pasta para Downloads : mkdir Downloads Pasta para Sessao : mkdir .session 10 : Reiniciar Webserver e Iniciar Rtorrent (nao Root) Pede pass se necessario #systemctl restart lighttpd #systemctl enable lighttpd # tmux new -s rtorrent -d rtorrent Rtorrent : #Iniciar o rtorrent e webserver no boot Criar app de arranque com este comando # tmux new -s rtorrent -d rtorrent 11: Para finalizar vamos ao navegador e abrimos o Rutorrent Link : http://local.ip/ruTorrent-master/ Ao Fim irao ter algo parecido com esta screen : http://i.imgur.com/AKH7OYb.png Tuturial feito por : Ike Santos














