This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Anthony Callegaro 0e61a6e88b Merge tag 'upstream/3.0.6'
Upstream version 3.0.6
2013-04-04 10:26:00 +00:00
application Imported Upstream version 3.0.6 2013-04-04 10:25:58 +00:00
bin Imported Upstream version 3.0.5 2013-04-04 09:26:06 +00:00
debian Correct wrong debian watch file to be able to use uscan 2013-04-04 10:17:59 +00:00
installer Imported Upstream version 3.0.6 2013-04-04 10:25:58 +00:00
lib Imported Upstream version 3.0.6 2013-04-04 10:25:58 +00:00
modules Imported Upstream version 3.0.6 2013-04-04 10:25:58 +00:00
system Imported Upstream version 3.0.6 2013-04-04 10:25:58 +00:00
themes Imported Upstream version 3.0.6 2013-04-04 10:25:58 +00:00
.htaccess Imported Upstream version 3.0.1 2013-04-04 09:26:00 +00:00
LICENSE Imported Upstream version 3.0.1 2013-04-04 09:26:00 +00:00
README Imported Upstream version 3.0.6 2013-04-04 10:25:58 +00:00
index.php Imported Upstream version 3.0.6 2013-04-04 10:25:58 +00:00
php.ini Imported Upstream version 3.0.1 2013-04-04 09:26:00 +00:00
robots.txt Imported Upstream version 3.0.1 2013-04-04 09:26:00 +00:00

README

Gallery 3.0.6 (Rive Gauche)
===========================

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:

  http://galleryproject.org/forum/96

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?
-----

Go to http://apps.sourceforge.net/trac/gallery/ click the "login" link
and log in with your SourceForge username and password, then click the
"new ticket" button.

Questions, Problems
-------------------

 - Check out the Gallery 3 FAQ: http://codex.galleryproject.org/Gallery3:FAQ
 - Post to the Gallery 3 forums: http://galleryproject.org/forum/96
 - Email gallery-devel@lists.sourceforge.net