aboutsummaryrefslogtreecommitdiff
path: root/graphics/gallery/README
diff options
context:
space:
mode:
authorNishant Limbachia <nishant@mnspace.net>2013-07-13 01:18:19 -0500
committerRobby Workman <rworkman@slackbuilds.org>2013-07-14 17:07:20 -0500
commit63a53e9d694b3fee4b03f8224c0985e98575d0cc (patch)
tree2045270cfd3920ec031e1959bad151ca1cb9ee0d /graphics/gallery/README
parent97db499365ca64c35ecd2d015380f26bcbb3a734 (diff)
graphics/gallery: Updated for version 3.0.9.
(renamed from gallery3) Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/gallery/README')
-rw-r--r--graphics/gallery/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/gallery/README b/graphics/gallery/README
new file mode 100644
index 000000000000..329773f7e7e8
--- /dev/null
+++ b/graphics/gallery/README
@@ -0,0 +1,18 @@
+gallery is a web-based photo album organizer. Lets you publish
+and print your photos as well as lets other users access your
+pictures and comment on them. This is great solution for anyone
+wanting to host their own picture gallery.
+
+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
+ gallery. The default is /var/www/htdocs
+BASEDIR - name of the directory under DOCROOT. This will actually
+ be part of our gallery url: www.example.com/BASEDIR.
+ Default is gallery.
+WEBUSER - default is root, but you can have any other user.
+WEBGROUP - default is apache, but you can have any other group.