blob: 6fb28f9da7d31c9a83193bd71662fc6049a1ac8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
gallery3 is a web-based photo album organizer. Lets you publish
and print your photos as well as lets other users access your
pictures.
Requires web server, PHP and database (MySQL).
Refer to README-ONLINE in DOCS for new install, upgrade and/or
migration instructions.
Script options:
DOCROOT - should be set to whatever folder you want to install
gallery3. The default is /var/www/htdocs
BASEDIR - name of the directory under DOCROOT. This will actually
be part of our gallery3 url: www.example.com/BASEDIR/
WEBUSER - default is root, but you can have any other user.
WEBGROUP - default is apache, but you can have any other group.
|