The simplest, most intuitive way to host your photos on your website. https://galleryrevival.com
Go to file
2020-02-01 12:04:37 -08:00
application #2031 - Add class_exists() before method_exists() if class existence is unknown. 2013-03-02 13:25:10 +01:00
bin a few more doc notes along with change to not run chown if no chown_user is set 2017-11-07 10:45:14 -08:00
installer disable the slideshow module as cooliris is old and broken, and this old code is breaking regular logins when enabled 2020-02-01 11:10:29 -08:00
lib update jquery-ui to a less old version 1.12.1 2019-09-11 10:45:18 -07:00
modules completely remove old slideshow module, cooliris isn't coming back 2020-02-01 12:04:37 -08:00
system How did this ever work? :) 2013-05-05 08:49:44 -07:00
themes add widewind theme. I've been making small tweaks to this to work with 2017-11-07 11:59:45 -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 Add Vagrant files to .gitignore. 2013-03-09 02:48:19 +01:00
.htaccess Rename BUILD_NUMBER->.build_number 2011-01-17 17:35:57 -08:00
.travis.yml update travis build 2020-02-01 11:54:17 -08:00
index.php #2020 - Add CLI install argument to set admin password. 2013-02-26 13:36:31 +01: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 update pointers in README 2020-02-01 11:35:28 -08: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)

Build Status

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

We've contracted a professional security audit, received their results and resolved all the issues they found.

Did you find a security flaw? Please email security@galleryproject.org with the details and we'll fix it ASAP!

Supported Configuration

  • Platform: Linux / Unix.
  • Web server: Apache 2.2 and newer.
  • PHP 5.2.3 and newer (PHP's safe_mode must be disabled and simplexml, filter, and json must be installed).
  • Database: MySQL 5 and newer.

For complete system requirements, please refer to:

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

Installing and Upgrading Instructions

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: )

Bugs, Questions, Problems?