freebsd-ports/www/piwigo/files/pkg-message.in
Ruslan Makhmatkhanov 2d592b4d5c - update to 2.5.0
PR:		177231
Submitted by:	Goran Lowkrantz <glz@hidden-powers.com>
Security:	edd201a5-8fc3-11e2-b131-000c299b62e1
2013-03-23 13:28:00 +00:00

34 lines
1.1 KiB
Text

****************************************************************
The Piwigo Photo Gallery has been installed in the directory
%%WWWDIR%%
and optionally, with 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.
The local directory contains the empty structure
used to store local configuration.
Make sure the ownership and mode of the installation
match your intended use.
If you included ImageMagick, don't forget to set
$conf['ext_imagick_dir'] = '%%LOCALBASE%%/bin/';
in your local config.
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.
****************************************************************