SeedboxCreator / SeedboxCreationScript

Scripts and related items for creating a fully featured Seedbox on various Linux platforms.
88 stars 41 forks source link

OS Support #2

Closed johnchoi8 closed 10 years ago

johnchoi8 commented 10 years ago

Currently I am only testing it on Ubuntu 12.04 LTS. Not sure if we should still support all the OSes that the original author did or should we drop support for all but a few OSes.

thebigmunch commented 10 years ago

I've said this before, and I'll say it again. It's great that someone wants to keep the original autodl-setup updated, but it's a losing battle. It's a monolithic chunk of code that is impossible to tame. Starting from scratch is still the best course of action. Making something simple, lightweight, and modular will be far better in the long run.

johnchoi8 commented 10 years ago

I agree that the code is not the best. However, starting from scratch will not be something I do. I honestly do not have the talent or time for it. I think we can tame it a bit by cutting out support for certain OSes that are not commonly used for seedboxes. Ubuntu we need to keep. What else HAS to stay?

thebigmunch commented 10 years ago

Ubuntu 12, Debian 6, and Debian 7. Possibly Ubuntu 10 (not for long), Ubuntu 13 (may move to definite in time), CentOS, Gentoo, and Arch.

N001 commented 10 years ago

Does it support already Ubuntu 14.04 or Debian 7 oor CentOS 6.5 ?

johnchoi8 commented 10 years ago

It works (and has been tested) on Ubuntu 12.10.3 LTS x64 w/ lighttpd, Ubuntu 12.10.3 LTS x64 w/ nginx, Ubuntu 12.10.3 LTS x64 w/ apache, Debian 7.2 x64, Debian 6.0.8 x64 (Had to manually install subversion, unzip, and irssi before the script would finish), Debian 6.0.6 x64 (Same as Debian 6.0.6), CentOS 6.5 x64 (Had to disable SELinux since it was enabled by default and also disable iptables. Also, had to install MediaInfo manually since it is not in default repos), and Ubuntu 14.04 LTS