Install on Ubuntu Server 8.04
Python 2.5.2 is installed by default.
From a shell prompt run these commands:
sudo apt-get install python-cheetah
sudo apt-get install python-yenc
sudo apt-get install python-feedparser
sudo apt-get install python-pyopenssl
sudo apt-get install par2
sudo apt-get install unzip
sudo apt-get install unrar
wget http://switch.dl.sourceforge.net/sourceforge/sabnzbdplus/SABnzbd-0.4.2-src.tar.gz
gzip -d SABnzbd-0.4.2-src.tar.gz
tar xf SABnzbd-0.4.2-src.tar
cd SABnzbd-0.4.2
# Pre-compile
python -OO SABnzbd.py -v
./SABnzbd.py -b0 -s 0.0.0.0:8080
You start using the -b0 command, as there is no web-browser available.
The -s command is used to make sure that the web interface will be available to other computers.
This is not the best way to run SABnzbd, because as soon as you close the shell prompt, SABnzbd will
be forcully terminated.
Probably you will want to run SABnzbd as a daemon, using the -d option.
page_revision: 4, last_edited: 1218487646|%e %b %Y, %H:%M %Z (%O ago)