Difference between revisions of "Installing autodl-irssi"
Line 1: | Line 1: | ||
− | == Installing autodl-irssi == | + | == Script install == |
+ | |||
+ | Contributed script to install autodl.sh quickly and easily: | ||
+ | |||
+ | wget http://pulsedmedia.com/remote/autodl.txt -O autodl.sh; bash autodl.sh | ||
+ | |||
+ | == Manual installation == | ||
+ | |||
+ | Instructions to install manually step by step. | ||
+ | |||
+ | === Installing autodl-irssi === | ||
First we will be downloading, unpacking and installing autodl-irssi and putting it to autorun for irssi | First we will be downloading, unpacking and installing autodl-irssi and putting it to autorun for irssi | ||
Line 15: | Line 25: | ||
Autodl-irssi should now be downloaded and unzipped to right place | Autodl-irssi should now be downloaded and unzipped to right place | ||
− | == Installing plugin for ruTorrent == | + | === Installing plugin for ruTorrent === |
Next we will need to install ruTorrent plugin for autodl-irssi for managing plugins | Next we will need to install ruTorrent plugin for autodl-irssi for managing plugins | ||
Line 26: | Line 36: | ||
autodl-irssi plugin for ruTorrent should now be installed | autodl-irssi plugin for ruTorrent should now be installed | ||
− | == Configuration == | + | === Configuration === |
We will need to edit config for autodl-irssi itself and plugin | We will need to edit config for autodl-irssi itself and plugin | ||
− | === plugin configuration === | + | ==== plugin configuration ==== |
Edit conf.php by running command below | Edit conf.php by running command below | ||
Line 42: | Line 52: | ||
(use ctrl + x to close editor, y to save changes) | (use ctrl + x to close editor, y to save changes) | ||
− | === autodl-irssi configuration === | + | ==== autodl-irssi configuration ==== |
We will now edit autodl-irssi config to match port and password we just setup in plugin conf | We will now edit autodl-irssi config to match port and password we just setup in plugin conf | ||
Line 55: | Line 65: | ||
(use ctrl + x to close editor, y to save changes) | (use ctrl + x to close editor, y to save changes) | ||
− | == Running autodl-irssi == | + | === Running autodl-irssi === |
Finally we need to start autodl-irssi which should now start automatically with irssi. Run following command: | Finally we need to start autodl-irssi which should now start automatically with irssi. Run following command: |
Revision as of 02:35, 18 January 2016
Contents
Script install
Contributed script to install autodl.sh quickly and easily:
wget http://pulsedmedia.com/remote/autodl.txt -O autodl.sh; bash autodl.sh
Manual installation
Instructions to install manually step by step.
Installing autodl-irssi
First we will be downloading, unpacking and installing autodl-irssi and putting it to autorun for irssi
Login to shell via SSH (ie. Putty), run commands below, line by line
mkdir -p ~/.irssi/scripts/autorun cd ~/.irssi/scripts curl -sL http://git.io/vlcND | grep -Po '(?<="browser_download_url": ")(.*-v[\d.]+.zip)' | xargs wget --quiet -O autodl-irssi.zip unzip -o autodl-irssi.zip rm autodl-irssi.zip cp autodl-irssi.pl autorun/ mkdir ~/.autodl touch ~/.autodl/autodl.cfg
Autodl-irssi should now be downloaded and unzipped to right place
Installing plugin for ruTorrent
Next we will need to install ruTorrent plugin for autodl-irssi for managing plugins
Run commands below, line by line
cd ~/www/rutorrent/plugins/ git clone https://github.com/autodl-community/autodl-rutorrent.git autodl-irssi cp autodl-irssi/_conf.php autodl-irssi/conf.php
autodl-irssi plugin for ruTorrent should now be installed
Configuration
We will need to edit config for autodl-irssi itself and plugin
plugin configuration
Edit conf.php by running command below
nano ~/www/rutorrent/plugins/autodl-irssi/conf.php
Choose port and password randomly like in this example:
$autodlPort = 6457; $autodlPassword = "Behy4ywsdgV";
(use ctrl + x to close editor, y to save changes)
autodl-irssi configuration
We will now edit autodl-irssi config to match port and password we just setup in plugin conf
Edit autodl.cfg by running command below
nano ~/.autodl/autodl.cfg
Match port and password to conf.php like in this example
[options] gui-server-port = 6457 gui-server-password = Behy4ywsdgV
(use ctrl + x to close editor, y to save changes)
Running autodl-irssi
Finally we need to start autodl-irssi which should now start automatically with irssi. Run following command:
screen -dmS autodl irssi
Autodl-irssi should now be installed and running on your account. Login to your seedbox and look for autodl-irssi settings in top bar of ruTorrent