LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   Good distribution for web photo gallery? (https://www.linuxquestions.org/questions/linux-distributions-5/good-distribution-for-web-photo-gallery-348197/)

2500hd 07-29-2005 08:07 PM

Good distribution for web photo gallery?
 
Hello,
Are there any distros that have gallery as a component?
gallery.menalto.com
What about having a package that will install mysql, apache, php as an easy install.
I would like to setup a machine strickly for web photo sharing.

Thanks,
Mark

Matir 07-29-2005 08:20 PM

Well, on gentoo, I could install this all with:
Code:

emerge apache2 mod_php mysql gallery
Setting it up to run at boot:
Code:

rc-update add apache2 default
rc-update add mysql default

Three line install for that software. I'd say that's pretty sweet. :)

Samsara 07-30-2005 12:28 PM

Re: Good distribution for web photo gallery?
 
Quote:

Originally posted by 2500hd
Hello,
Are there any distros that have gallery as a component?
gallery.menalto.com

You can check for such availability using the small but very useful program whohas.
Quote:

Originally posted by 2500hd
What about having a package that will install mysql, apache, php as an easy install.
You are looking for lampstack or xampp:
http://www.bitrock.com/products_lamp_overview.html
http://www.apachefriends.org/en/

HTH,

Samsara
.

2500hd 07-31-2005 06:24 PM

Thanks!
Mark


All times are GMT -5. The time now is 06:59 PM.