Line 1: |
Line 1: |
| {{Languages}} | | {{Languages}} |
| {{Needs review}} | | {{Needs review}} |
| + | {{Warning box|Note that as of 20th June 2014 Gallery is no longer being maintained. Follow the link to the developers website at the end of this document for more information or see [http://galleryproject.org/ that link]For an alternative you can check : http://en.wikipedia.org/wiki/Comparison_of_photo_gallery_software. There are also how-tos on [[Piwigo]] and [[Zenphoto]]}} |
| == Description == | | == Description == |
| Gallery is an open source project with the goal to develop and support leading photo sharing web application solutions. | | Gallery is an open source project with the goal to develop and support leading photo sharing web application solutions. |
Line 60: |
Line 61: |
| Install ffmpeg. | | Install ffmpeg. |
| | | |
− | yum --enablerepo=atrpms-testing install libtheoraenc1 libtheoradec1 | + | yum --enablerepo=atrpms-testing install libtheoraenc1 libtheoradec1 libogg libogg0 |
− | yum --enablerepo=atrpms install libogg-1.1.3 ffmpeg | + | yum --enablerepo=atrpms install ffmpeg |
| | | |
| == Ibay == | | == Ibay == |
Line 80: |
Line 81: |
| === Gallery files === | | === Gallery files === |
| Download the latest version from [http://gallery.menalto.com/ Gallery] | | Download the latest version from [http://gallery.menalto.com/ Gallery] |
| + | |
| + | For version 3.0.2 |
| + | wget http://downloads.sourceforge.net/gallery/gallery-3.0.2.zip |
| + | unzip gallery-3.0.2.zip |
| | | |
| Copy the files/directories from the gallery3 into the ibay's html directory | | Copy the files/directories from the gallery3 into the ibay's html directory |
| + | cd gallery3 |
| + | cp -r * /home/e-smith/files/ibays/<gallery_ibay_name>/html/ |
| + | |
| + | Remove original SME index.html file in de ibay |
| + | rm /home/e-smith/files/ibays/<gallery_ibay_name>/html/index.html |
| | | |
| Set all file to user www | | Set all file to user www |
Line 95: |
Line 105: |
| expand-template /etc/php.ini | | expand-template /etc/php.ini |
| sv t httpd-e-smith | | sv t httpd-e-smith |
| + | |
| + | I also needed to do a |
| + | yum install pcre |
| + | to get the next step to work /browsem |
| | | |
| == Start gallery == | | == Start gallery == |
Line 103: |
Line 117: |
| === Change Graphics settings === | | === Change Graphics settings === |
| Go to "admin" --> "settings" --> "Graphics" and select "ImageMagick" | | Go to "admin" --> "settings" --> "Graphics" and select "ImageMagick" |
− |
| |
− | === Upload foto and film ===
| |
− | Success with it
| |
| | | |
| == Uninstall == | | == Uninstall == |