summaryrefslogtreecommitdiff
path: root/graphics/gallery3/README
diff options
context:
space:
mode:
authorNishant Limbachia <nishant@mnspace.net>2013-03-03 13:04:30 -0600
committerRobby Workman <rworkman@slackbuilds.org>2013-03-03 13:04:30 -0600
commit2e81c14f45f4ac25b97cac2df599e7dbfa715ea8 (patch)
treef9b63f95eb222f70bbe9a534d46eac605b5973eb /graphics/gallery3/README
parent98c36712f2572600997edf1d3c27c28d85218c9e (diff)
downloadslackbuilds-2e81c14f45f4ac25b97cac2df599e7dbfa715ea8.tar.gz
graphics/gallery3: Added (web-based photo album organizer)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/gallery3/README')
-rw-r--r--graphics/gallery3/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/gallery3/README b/graphics/gallery3/README
new file mode 100644
index 0000000000..e2aaf40b35
--- /dev/null
+++ b/graphics/gallery3/README
@@ -0,0 +1,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.
+
+This requires a web server (e.g. httpd), PHP, and database (e.g. MySQL).
+
+Refer to README-ONLINE in DOCS for new install, upgrade, and/or
+migration instructions.
+
+Script options:
+DOCROOT - should be set to the directory in which you want to install
+gallery3 (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.