Mins / TuxLite

A complete LAMP and LNMP setup script for Debian or Ubuntu
http://tuxlite.com
253 stars 112 forks source link

Ubuntu 10.04 LTS support #2

Closed wizonesolutions closed 12 years ago

wizonesolutions commented 12 years ago

I got this working on Lucid by running

sudo apt-get install python-software-properties sudo apt-add-repository ppa:brianmercer/php5

before running it. That lets PHP-FPM install. I also like to sudo apt-add-repository ppa:nginx/stable, though I don't believe that's strictly necessary.

Just thought to share, even though the script doesn't promise to work with Lucid :)

Mins commented 12 years ago

Ah yes, that would be the way to enable support for Ubuntu 10.04. The very same method was used in the earlier scripts when Lucid was still supported, but now removed to minimize dependency on non-official packages. I should probably add this to the documentation somewhere so that others who are using Lucid can still deploy the scripts.

For nginx, I believe the recent packages from nginx.org are "Debianized", such as the additional folders for sites-enabled/sites-available etc. You can probably use that repo instead of the non-official PPA one.

wizonesolutions commented 12 years ago

Cool, will keep the official Lucid packages in mind next time I get a server going with TuxLite. Seems like I would need the PPA for nginx-extras (extra modules, SSL, etc.) though.

Mins commented 12 years ago

Apologies for the late reply. I've just added a reference to this discussion to the download page, for users that want to install the scripts on Lucid. I think this is enough to address this issue.