1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/www/piwigo/files/pkg-message.in
Beech Rintoul 61c6cd16c3 PhpWebGallery is a free and open source software used
to present photo collections on your web site.

WWW: http://www.phpwebgallery.net/

PR:		ports/126756
Submitted by:	Goran Lowkrantz <glz at hidden-powers.com>
2008-08-27 06:33:10 +00:00

26 lines
789 B
Plaintext

****************************************************************
The PHPWebGallery Photo Gallery has been installed in the directory
%%WWWDIR%%,
the documentation at
%%DOCSDIR%%
and the content of the tools directory at
%%EXAMPLESDIR%%.
If this is a new installation, don't forget to verify that your
PHP configuration is OK and that you have an mySQL database.
You must add appropriate configuration directives to your
apache configuration file (%%PREFIX%%/etc/apache/httpd.conf).
A typical configuration would be:
Alias /gallery/ "%%WWWDIR%%/"
<Directory "%%WWWDIR%%">
AllowOverride None
Order allow,deny
Allow from all
</Directory>
For installation and upgrade information, check the readme file.
****************************************************************