Koozali.org: home of the SME Server

Photo Gallery

Manuel Lazo

Photo Gallery
« on: September 10, 2003, 08:13:11 PM »
Has anyone installed Yappa on SME 5.6 or any other photo gallery?? if someone could help me to do this, with a how to or a link??

Thanks

Steve Brock

Re: Photo Gallery
« Reply #1 on: September 10, 2003, 08:23:54 PM »
Gallery works great. there's also a contributed howto on installing it.
http://www.familybrown.org/howtos/gallery-howto.html

Manuel Lazo

Re: Photo Gallery
« Reply #2 on: September 10, 2003, 09:11:16 PM »
I'll try this photo gallery too (looks great). But right now I wanna make Yappa works, because I wanna know why is not working, well, is working, I can see the directories, and the photos on his original size, but I can not see the thumbnails or the rezise options. On the install file, it says that I have to provide the convert path (usually on /usr/local/bin/convert ) but I can not find this file. I try to install the two rpm that some how to recommended, but e-smith says it is allready installed, unless I made a rpm --force, but I don't wanna do that, just because I don't know what could happend!! (Newbie in linux :-(  ).

Has anyone had this trouble (and fixit of course ;)  ). I'll try the other project, but I wanna learn wht yappa is not working at 100%.

Thanks!!

Michael Smith

Re: Photo Gallery
« Reply #3 on: September 11, 2003, 12:53:54 AM »
Tried yappa ... couldn't get it to work ... same symptoms as you had ... gave up & installed Gallery in an ibay.  Smooth sailing; haven't had any problems, even when upgrading Gallery.  I understand your frustration about Yappa, but why bother?

Doug M.

Re: Photo Gallery
« Reply #4 on: September 11, 2003, 01:10:21 AM »
I'll have to second the recommendation of Steve. I use Gallery installed with help from Dan Browns how-to. Once installed updating to newer version of Gallery have been simple.

Manuel Lazo

Re: Photo Gallery
« Reply #5 on: September 11, 2003, 02:52:10 AM »
Thank for all your help!! I allready install gallery. very easy, works at the first time!! and even looks better!! I tried Yappa because was the first photo gallery I saw. O well!! i tried to make it work!! no go. But I'm happy now with gallery!!

Thanks everybody!!

Ray Mitchell

Re: Photo Gallery
« Reply #6 on: September 11, 2003, 05:53:34 AM »
Michael & Doug

I have installed an earlier version of Gallery using Dans howto also, and would like to upgrade
Any special tricks or requirements to upgrade a Gallery install.
Do I just do
rpm -Uvh latestgallery release.rpm

Regs & Thanks
Ray

Terry

Re: Photo Gallery
« Reply #7 on: September 11, 2003, 06:01:53 AM »
Ray, download the newest version and follow their upgarde procedure.  I've used it on a gallery embedded within PostNuke, and 2 galleries in Ibays and it's worked just fine.
In a nut shell, backup current gallery, gunzip new version, untar new version, copy to gallery directory, over writing old files.  Enable configure mode, run setup, disable config, visit the gallery.  The first gallery you go to will present you with an option to upgrade all galleries, do that once and all galleries will be done.
Mine took about 10 minutes to run through the upgrading of the galleries (above and beyond the time it takes to tar all the files for backup).
Easy & Simple, just the way I like it.

Terry

Ray Mitchell

Re: Photo Gallery
« Reply #8 on: September 11, 2003, 06:05:15 AM »
Thanks Terry
I'll give it a go
Ray

Jens Kruuse

Re: Photo Gallery
« Reply #9 on: September 13, 2003, 04:53:17 AM »
And for completeness: I have integrated 4images with a Geeklog installation. I chose 4images over Gallery for the ImageMagick image processing, e.g. auto-generated thumbnails. I think that IM is the best tool for the job. :-)

Per Sørensen

Re: Photo Gallery
« Reply #10 on: September 14, 2003, 10:30:47 PM »
Jens Kruuse wrote:
>
> And for completeness: I have integrated 4images with a
> Geeklog installation. I chose 4images over Gallery for the
> ImageMagick image processing, e.g. auto-generated thumbnails.
> I think that IM is the best tool for the job. :-)

I use ImageMagick in my gallery v. 1.3.4

Per

Reinhold

Re: GALLERY under 6.0 beta3
« Reply #11 on: September 24, 2003, 02:34:36 AM »
Hi Per, Doug M. et al.

I tried to install Gallery into SME 6.03 ... with little success :-/
According to the Gallery Configuration it needs _
(1)_either_ imagemagik
(2) _or_  netpbm with netpbm-progs

The old rpm's from the  HowTo are not available/too old
with heavy rpm-hunting I had to stop as follows:

(1) I come as close as:
rpm -ivh  ImageMagick-5.4.3.11-1.i386.rpm
error: failed dependencies:
    libungif is needed by ImageMagick-5.4.3.11-1
    libdps.so.1   is needed by ImageMagick-5.4.3.11-1
    libdpstk.so.1   is needed by ImageMagick-5.4.3.11-1
    libICE.so.6   is needed by ImageMagick-5.4.3.11-1
    libSM.so.6   is needed by ImageMagick-5.4.3.11-1
    libX11.so.6   is needed by ImageMagick-5.4.3.11-1
    libXext.so.6   is needed by ImageMagick-5.4.3.11-1
    libXt.so.6   is needed by ImageMagick-5.4.3.11-1

(2) with several tries of depdencies for netpbm and netpbm--progs, the closest to working combination seems to be:

rpm -Uvh  netpbm-9.24-6.i386.rpm
Preparing...                ########################################### [100%]
package netpbm-9.24-6 is already installed
-------------------------------------------------------------------------
rpm -Uvh  netpbm-progs-9.24-6.i386.rpm
error: failed dependencies:
    libpng12.so.0   is needed by netpbm-progs-9.24-6
-------------------------------------------------------------------------
... but I cannot find any libpng .rpm that will install.

CAN ANYBODY HELP and point me to a working combination - I'm stuck!

Regards
Reinhold

Dan Brown

Re: GALLERY under 6.0 beta3
« Reply #12 on: September 24, 2003, 02:43:06 AM »
Try the netpbm RPMs that will be in my contribs directory (on your favorite e-smith.org mirror) some time tonight (probably after about 11:00 PM EDT).  They worked just fine on my SME 6.0b3 install.

Per Sørensen

Re: GALLERY under 6.0 beta3
« Reply #13 on: September 24, 2003, 02:44:18 AM »
Reinhold wrote:
>
> Hi Per, Doug M. et al.
>
> I tried to install Gallery into SME 6.03 ... with little
> success :-/
> According to the Gallery Configuration it needs _
> (1)_either_ imagemagik
> (2) _or_  netpbm with netpbm-progs

On the Gallery download page there are som netpbm binaries just for Gallery, so you don't have to install the whole netpbm package.

Per

Reinhold

Re: GALLERY under 6.0 beta3
« Reply #14 on: September 24, 2003, 03:04:30 AM »
Thanks Dan,
Thanks Per
... you guys are faster than superman's speeding bullet .-)

(Dan) I'll have a look in a few hours

(Per) Do you mean:
http://sourceforge.net/project/showfiles.php?group_id=7130
... there are only quite outdated netpbms  date: 2001-04-17 00:00
The only one applicable (methinks):
netpbm1.1-gallery1.0-linux2.2-redhat6.2-intel.tgz
will not install.
... or am I wrong at that url ?

Thanks again
Reinhold