Difference between revisions of "IMAGEBROWSER"
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
''' Even if PHP is already installed, confirm MySQL and GD support:''' | ''' Even if PHP is already installed, confirm MySQL and GD support:''' | ||
<pre> | |||
sudo apt update | |||
sudo apt install php-mysql php-gd exiftool | |||
php -v | |||
php -m | grep -E 'pdo_mysql|gd' | |||
</pre> | |||
==Create Database== | |||
'''In phpMyAdmin: | |||
Create a database, for example imagebrowser. | |||
Use collation utf8mb4_unicode_ci. | |||
Import:''' | |||
<pre> | |||
</pre> | |||
<pre> | |||
</pre> | |||
<pre> | |||
</pre> | |||
<pre> | |||
</pre> | |||
<pre> | |||
</pre> | |||
<pre> | |||
</pre> | |||
<pre> | |||
</pre> | |||
Revision as of 16:19, 29 May 2026
Server Setup
1. upload contents to web folder
Even if PHP is already installed, confirm MySQL and GD support:
sudo apt update sudo apt install php-mysql php-gd exiftool php -v php -m | grep -E 'pdo_mysql|gd'
Create Database
In phpMyAdmin:
Create a database, for example imagebrowser. Use collation utf8mb4_unicode_ci. Import: