Easier Linux installation.

Want something added? Ask for it here.
Post Reply
hulloha
Newbie
Newbie
Posts: 4
Joined: October 18th, 2008, 11:20 pm

Easier Linux installation.

Post by hulloha »

Hi, I run linux (ubuntu) on my laptop, and it would be nice if sabnzbd had an easier way to be made to run on startup, like a checkbox in the web interface. This would be a welcome addition for windows as well.
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Easier Linux installation.

Post by sander »

On Ubuntu, installation is easy:

Code: Select all

sudo apt-get install python python-cherrypy python-cheetah python-elementtree python-yenc python-celementtree python-feedparser unrar unzip par2 python-openssl

About (auto) startup by a simple GUI-click: I totally agree; it should be there.

In the meantime: have you read http://forums.sabnzbd.org/index.php?topic=958.0 ? With a few (CLI) commands, you can make SABnzbd start as a service.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Easier Linux installation.

Post by shypike »

Such features for Linux is work for package creators.
Given the closed world of official Linux package creators, we have no intention of joining it.
Apart from the fact that at least three different packaging methods exist (Debian, RedHat, Suse).

In the mean time, JCFP has done a nice job of creating an un-official Debian/Ubuntu package for SABnzbd.
Maybe he could add such features to the package.
( http://forums.sabnzbd.org/index.php?topic=387.0 )

For Windows we do intend to add some more support later.
User avatar
jcfp
Release Testers
Release Testers
Posts: 1004
Joined: February 7th, 2008, 12:45 pm

Re: Easier Linux installation.

Post by jcfp »

No need to ask: my package already installs a script in /etc/init.d/ to start the program as a daemon on system startup (requiring no more effort from the user than a single edit in /etc/default/sabnzbdplus). 8)

Having some kind of GUI-click to autostart the program on the other hand is very complicated to implement on Linux, and indeed not worth the time and effort especially when considering how easily this can be handled by users and/or packagers via init.d, rc.local (or equivalent), and the autostart options of various window managers.
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: Easier Linux installation.

Post by rascalli »

yep grab the package from jcfp

Just used it on my new installed server , and it worked perfect. Very Very easy.
hulloha
Newbie
Newbie
Posts: 4
Joined: October 18th, 2008, 11:20 pm

Re: Easier Linux installation.

Post by hulloha »

thanks, didn't realize someone had made a package that installs it as an autostart.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Easier Linux installation.

Post by shypike »

Great job JCFP!
Post Reply