urbanswelt / DelugePi

Deluge Torrent on Raspberry PI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=========== DelugePi

Shell script for installing and updating Deluge Torrent on the Raspberry Pi. The script either performs a new installation of the newest stable Deluge release or, if already installed, performs an upgrade to the newest release.

Deluge

This script was tested on the Raspbian distribution from 2012-12-16-wheezy-raspbian with Deluge Torrent 1.3.5 stable.

Terminal

Make sure that Git and Dialog is installed:

sudo apt-get update
sudo apt-get install -y git dialog

Then you can download the latest DelugePi setup script with

cd
git clone https://github.com/urbanswelt/DelugePi.git

The script is executed with

cd DelugePi
chmod +x DelugePi_setup.sh
sudo ./DelugePi_setup.sh

One in all Past and Copy ;-)

sudo apt-get update && sudo apt-get install -y git dialog && cd && git clone https://github.com/urbanswelt/DelugePi.git && cd DelugePi && chmod +x DelugePi_setup.sh && sudo ./DelugePi_setup.sh

After the installation you can activate the Plugin "Notifications". Run the Setup Steps from the Script after that -->

  1. open the webui
  2. go to Preferences
  3. Plugin
  4. Check Notifications
  5. Push Button OK
  6. Go to Connection Manager and stop/start the deamon

now is the Plugin activated !

For more information visit the blog at http://urbanswelt.de or the repository at https://github.com/urbanswelt/DelugePi .

About

Deluge Torrent on Raspberry PI


Languages

Language:Shell 100.0%