On Wed, Jun 24, 2009 at 3:57 AM, Sorin Srbu sorin.srbu@orgfarm.uu.sewrote:
Hi all,
I'm looking for a web photo gallery for my personal web server at home. Till now I've done the galleries manually from Adobe Photoshop Elements, but I feel that is a dead end, kinda', besides the fact that the galleries created are rather static. I'd like an easier way to do this, eg uploading images in folders directly to the gallery and it will take care of what needs to be done automagically, like resizing etc.
So far I've come across a project called Gallery2, that seems to do what I want. Downside is that no rpm-packages are available with yum with this one.
What web photo gallery software do you guys use?
My requirements are only that the software should be simple to install, maintain and add more photos. I'm not a pro (a newbie more like it...) when it comes to mysql and php, so this needs to be easy to do as well, from the gallery standpoint.
Thanks.
Try this one:
Single File PHP Gallery http://sye.dk/sfpg/
Very simple.
Matt
On Wed, Jun 24, 2009 at 3:57 AM, Sorin Srbu sorin.srbu@orgfarm.uu.se wrote:
So far I've come across a project called Gallery2, that seems to do what I want. Downside is that no rpm-packages are available with yum with this one.
FYI, gallery2 is available in EPEL for EL-5.
Ray
Ray Van Dolson wrote:
On Wed, Jun 24, 2009 at 3:57 AM, Sorin Srbu sorin.srbu@orgfarm.uu.se wrote:
So far I've come across a project called Gallery2, that seems to do what I want. Downside is that no rpm-packages are available with yum with this one.
FYI, gallery2 is available in EPEL for EL-5.
gallery2 requires PHP, a SQL database, and a lot of server side support. IIRC, the original poster said he had none of those.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On
Behalf
Of John R Pierce Sent: Wednesday, July 01, 2009 12:19 AM To: CentOS mailing list Subject: Re: [CentOS] Web photo gallery options
Ray Van Dolson wrote:
On Wed, Jun 24, 2009 at 3:57 AM, Sorin Srbu sorin.srbu@orgfarm.uu.se
wrote:
So far I've come across a project called Gallery2, that seems to do what I want. Downside is that no rpm-packages are available with yum with this one.
FYI, gallery2 is available in EPEL for EL-5.
gallery2 requires PHP, a SQL database, and a lot of server side support. IIRC, the original poster said he had none of those.
It's doable, but will require some work and time.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On
Behalf
Of Ray Van Dolson Sent: Wednesday, July 01, 2009 12:12 AM To: CentOS mailing list Subject: Re: [CentOS] Web photo gallery options
FYI, gallery2 is available in EPEL for EL-5.
I used the info available at http://www.cyberciti.biz/faq/rhel-fedora-centos-linux-enable-epel-repo/ to add the EPEL-repo.
root@kadath ~ [0 jobs]# yum repolist Loaded plugins: allowdowngrade, changelog, downloadonly, fastestmirror, kernel-module, priorities, protectbase, tsflags, versionlock Loading mirror speeds from cached hostfile * epel: mirrors.se.eu.kernel.org * rpmforge: apt.sw.be * contrib: mirror.ii.uib.no * base: mirror.ii.uib.no * updates: mirror.ii.uib.no * addons: mirror.ii.uib.no * extras: mirror.ii.uib.no repo id repo name status addons CentOS-5 - Addons enabled : 0 base CentOS-5 - Base enabled : 2,508 contrib CentOS-5 - Contrib enabled : 0 epel Extra Packages for Enterprise Linux 5 - enabled : 4,377 extras CentOS-5 - Extras enabled : 311 rpmforge Red Hat Enterprise 5 - RPMforge.net - da enabled : 8,852 updates CentOS-5 - Updates enabled : 311 repolist: 16,359 root@kadath ~ [0 jobs]#
root@kadath ~ [0 jobs]# yum install *gallery* Loaded plugins: allowdowngrade, changelog, downloadonly, fastestmirror, kernel-module, priorities, protectbase, tsflags, versionlock Loading mirror speeds from cached hostfile * epel: mirrors.se.eu.kernel.org * rpmforge: apt.sw.be * contrib: mirror.ii.uib.no * base: mirror.ii.uib.no * updates: mirror.ii.uib.no * addons: mirror.ii.uib.no * extras: mirror.ii.uib.no 0 packages excluded due to repository protections Reading version lock configuration Setting up Install Process Parsing package install arguments No package *gallery* available. Nothing to do root@kadath ~ [0 jobs]#
You sure about Gallery2 being available in EPEL5? Or did you literally mean EPEL5 and not EPEL5.3? 8-}
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On
Behalf
Of Matt Sent: Wednesday, July 01, 2009 12:05 AM To: CentOS mailing list Subject: Re: [CentOS] Web photo gallery options
Try this one:
Single File PHP Gallery http://sye.dk/sfpg/
Very simple.
Seems interesting as well. Will check it out. Thanks.