Howto: install deluge 1.3.1 in a vps running Ubuntu 10.04

General support for problems installing or using Deluge
Post Reply
swolf

Howto: install deluge 1.3.1 in a vps running Ubuntu 10.04

Post by swolf »

Howto: install deluge 1.3.1 in a vps running Ubuntu 10.04 32 bit Basic Installation using deluged + webui ,no GTK

1.update system

Code: Select all

apt-get update
apt-get install python-software-properties
2.restart you system

3.install deluge

Code: Select all

sudo add-apt-repository ppa:deluge-team/ppa
sudo apt-get update && sudo apt-get install deluge deluged deluge-web
4.run deluged with webui

Code: Select all

screen deluge-web
you can launch web browser(from anywhere) and open http://YourIP:8112 for administration.default password is "deluge' Here,8112 is the default listener port. You can change it during the installation.
Post Reply