The simplest, most intuitive way to host your photos on your website. https://galleryrevival.com
Go to file
2022-01-08 17:07:41 -08:00
.github/workflows update tests for php 8.1 2022-01-08 16:54:58 -08:00
application fix tests 2021-04-01 19:03:46 -07:00
bin tweaks to run movie maintenance in the container 2021-10-24 22:37:10 -07:00
installer Update install.html.php 2021-09-26 10:02:00 -04:00
lib use the standard video tag to render videos 2021-02-17 16:04:35 -08:00
modules fix tests 2022-01-08 17:07:41 -08:00
system update create_function calls, I'm not sure these are even used 2021-04-23 12:31:07 -07:00
themes remove flowplayer.js reference 2021-10-26 18:33:08 -07:00
vendor add phpmailer module to replace default mail() 2020-03-01 11:12:07 -08:00
.build_number Automated update of .build_number to 434 for branch master 2014-05-28 12:34:51 -07:00
.gitattributes Rename BUILD_NUMBER to .build_number so it's not so loud. 2011-01-17 17:34:19 -08:00
.gitignore Redis sessions not fully working 2020-06-03 21:39:16 -07:00
.htaccess short_tags not required any longer 2020-10-10 20:28:43 -07:00
.phpcs.xml update tests for php 8.1 2022-01-08 16:54:58 -08:00
composer.json update tests for php 8.1 2022-01-08 16:54:58 -08:00
composer.lock update tests for php 8.1 2022-01-08 16:54:58 -08:00
index.php enable prod mode again 2021-10-24 22:28:41 -07:00
LICENSE Put Gallery3 under GPLv2 2008-12-17 17:10:08 +00:00
php.ini Mirror .htaccess PHP settings into php.ini for hosts that have 2011-01-11 21:41:20 -08:00
README.md remove travis status 2021-04-23 14:35:43 -07:00
robots.txt Disallow /digibug/print_photo to avoid search engines printing stuff. 2010-06-20 12:45:36 -07:00

Gallery 3.1+ (development version)

About

Gallery 3 is a web based software product that lets you manage your photos on your own website. You must have your own website with PHP and database support in order to install and use it. With Gallery you can easily create and share albums of photos via an intuitive interface.

Intended Audience

This version is intended for anybody who has a website. We stand ready to support the product and help you to make the most of it. We welcome theme and module developers to play with this release and start turning out slick new designs for our happy users. If you have questions or problems, you can get help in the Gallery forums:

https://groups.google.com/forum/#!forum/gallery-3-users

Security

Did you find a security flaw? Please submit an issue in github: https://github.com/bwdutton/gallery3/issues

Supported Configuration

  • Platform: Linux / Unix.
  • Web server: Apache 2.2 and newer.
  • PHP 7.0 and newer (PHP's safe_mode must be disabled and simplexml, filter, and json must be installed).
  • short_open_tag isn't required but additional modules and themes may rely on it.
  • Database: MySQL 5 and newer.

For complete system requirements, please refer to:

http://codex.galleryproject.org/Gallery3:Requirements

Installing and Upgrading Instructions

NOTE: When upgrading from PHP 5 to PHP 7 you will need to change the database type from mysql to mysqli in var/database.php:

$config['default'] = array(
  'benchmark'     => false,
  'persistent'    => false,
  'connection'    => array(
    'type'     => 'mysqli',

For docker installations:

https://hub.docker.com/r/bwdutton/gallery3

For comprehensive instructions, The online User Guide is your best resource:

http://codex.galleryproject.org/Gallery3:User_guide

There are also simple instructions below. NOTE: You can upgrade from beta 1 and beyond, but not from alpha releases.

Installation via the web

Point your web browser at gallery3/installer/ and follow the instructions.

Installation from the command line

php installer/index.php [-h host] [-u user] [-p pass] [-d dbname]

Command line parameters:

 -h     Database host          (default: localhost)
 -u     Database user          (default: root)
 -p     Database user password (default: )
 -d     Database name          (default: gallery3)
 -x     Table prefix           (default: )

Optional dependencies

Install composer dependencies to make all of the modules work (currently autorotate, phpmailer).

composer install

Bugs, Questions, Problems?

Forgot your password? Use the command line:

php index.php passwordreset <username>