apt-get install php7.4
apt-get install php7.4-fpm
apt-get install php7.4-mysqli
apt-get install mysql-server
sudo apt install mariadb-server
mysql_secure_installation
apt-get install php7.4-gd
edit ./piwigo/include/template.class.php
add error_reporting(E_ALL & ~E_DEPRECATED & ~E_NOTICE);
Upload this in your-gallery/plugins/ dir.
download the archive from github
wget -O piwigo-openstreetmap.zip https://github.com/xbgmsharp/piwigo-openstreetmap/archive/master.zip
unzip piwigo-openstreetmap.zip
mv piwigo-openstreetmap-master piwigo-openstreetmap
https://piwigo.org/ext/extension_view.php?eid=781
apt-get install docker-compose
docker-compose up
http://192.168.178.62:8888/login
docker pull bpatrik/pigallery2:nightly-alpine
docker-compose up
wget https://dl.photoprism.app/docker/arm64/docker-compose.yml
or if you get problems with missing manifest
docker pull --platform=arm64 photoprism/photoprism:latest
if you are on 32 bit Raspberry Pi
docker pull photoprism/photoprism:armv7
or
wget https://dl.photoprism.app/docker/armv7/docker-compose.yml
(check with uname -m)
docker-compose up
or
docker-compose up -d
docker-compose pull
docker-compose stop
docker-compose up -d
you'll see something like:
root@raspberrypi:/home/pi/photoprism# docker-compose up
Creating network "photoprism_default" with the default driver
Pulling mariadb (arm64v8/mariadb:10.6)...
10.6: Pulling from arm64v8/mariadb```
run:
`docker-compose up -d`
connect:
`http://localhost:2342/`
[Performance](https://docs.photoprism.app/getting-started/troubleshooting/performance/#troubleshooting)
# webreaper/damselfly
edit `vi docker-compose.yml`
`docker-compose up`