Photo album using gallery

From Buffalo NAS-Central

Jump to: navigation, search
logo.png

Contents

[edit] Gallery 2 - Photo Album

The Gallery Project is an open source PHP project enabling simple management and publication of photographs and other digital media through a PHP-enabled Apache, IIS or Zeus web server. Photo management includes automatic thumbnails, resizing, rotation, and flipping, among other things. Albums can be organized hierarchically and individually controlled by administrators or privileged users.

More information can be found here: http://gallery.menalto.com/

[edit] Prerequisites

LAMP or LLMP

[edit] Mysql setup

mysqladmin -u root password 'mypass'
mysqladmin -uroot -p create gallery2

(gets prompted for a password, type in "mypass")

mysql gallery2 -uroot -p -e"GRANT ALL ON gallery2.* TO root@localhost IDENTIFIED BY 'mypass'"

[edit] Php setup

Edit /etc/php5/php5-cgi/php.ini

post_max_size = 12M
upload_max_filesize = 12M
php_value memory_limit 24M

[edit] Install other utilities prior to installing Gallery

apt-get install netpbm jhead ffmpeg
Personal tools
Downloads
Optware
hosted by
hosted by osuosl.org