mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
261a508695
- Support staging - Please portlint PR: ports/187484 Submitted by: Goran Lowkrantz <glz@hidden-powers.com> (maintainer) Relnotes: http://piwigo.org/releases/2.6.0 and http://piwigo.org/releases/2.6.1
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
****************************************************************
|
|
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.
|
|
|
|
If you are upgrading, alwyas read the documentation
|
|
on the site. There may be special steps you need to
|
|
bring your site to the new version.
|
|
|
|
Make sure the ownership and mode of the installation
|
|
directores and files 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.
|
|
****************************************************************
|