Aller au contenu

Piwigo

https://fr.piwigo.org

Créer la base MySQL
MariaDB [(none)]> CREATE DATABASE piwigo_db;
MariaDB [(none)]> CREATE USER 'piwigo_db_user'@'localhost' IDENTIFIED BY 'the-password123!';
MariaDB [(none)]> GRANT ALL ON piwigo_db.* TO 'piwigo_db_user'@'localhost';
MariaDB [(none)]> FLUSH PRIVILEGES;
Erreur lors de la mise-à-jour des thèmes et plugins
sudo chown -R http:http plugins/

sudo chown -R http:http themes/

Aide à la création d'un thème

How to make a child theme

Modus: how to clone ?


Dernière mise à jour: March 4, 2022