memo:freebsd_11_install_piwigo

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
memo:freebsd_11_install_piwigo [2018-11-16 15:56]
Decomo 削除
— (現在)
行 1: 行 1:
-====== FreeBSD 11でPiwigoを使う ====== 
- 
-===== 試した環境 ===== 
- 
-  * FreeBSD 11.2-RELEASE-p4 
-  * Piwigo 2.9.4 
-  * 必須パッケージ 
-    * Apache 2.4.37 
-    * PHP 7.1.23 
-    * MariaDB 10.3.10 
-  * オプション 
-    * ExifTool 11.01 graphics/p5-Image-ExifTool 
-      * Perl 5.24.4 
-    * FFmpeg 4.0.2 
-    * jpegtran graphics/jpeg-turbo 2.0.0 
-    * pdftoppm graphics/poppler-utils 0.57.0 
- 
-portmaster www/apache24 
-portmaster databases/mariadb1030-server 
-portmaster lang/php71 lang/php71-extensions www/mod_php71 
-portmaster graphics/ImageMagick6 graphics/pecl-imagick 
- 
-<FilesMatch "\.php$"> 
-    SetHandler application/x-httpd-php 
-</FilesMatch> 
-<FilesMatch "\.phps$"> 
-    SetHandler application/x-httpd-php-source 
-</FilesMatch> 
- 
-portmaster graphics/jpeg-turbo graphics/p5-Image-ExifTool graphics/poppler-utils multimedia/ffmpeg  
- 
-manual install 
- 
-fetch 'http://piwigo.org/download/dlcounter.php?code=latest' -o piwigo.zip 
-unzip piwigo.zip 
- 
-DB作成 
-> create database piwigo 
-> create user piwigo@localhost identified by 'password' 
-> grant all on piwigo.* to piwigo@localhost identified by 'password'