photoprism/setup/podman
Michael Mayer 8257b82c01 MariaDB: Update config examples to use v11 if possible #3962 #4199
Signed-off-by: Michael Mayer <michael@photoprism.app>
2024-04-21 11:12:28 +02:00
..
Makefile Podman Compose: Remove unsupported --ignore-pull-failures flag 2023-01-20 01:50:50 +01:00
README.md Links: Change https://photoprism.app/ to https://www.photoprism.app/ 2023-02-08 09:07:42 +01:00
docker-compose.yml MariaDB: Update config examples to use v11 if possible #3962 #4199 2024-04-21 11:12:28 +02:00
install.sh Podman: Add todo comment to install.sh script 2023-01-20 01:26:30 +01:00

README.md

PhotoPrism Setup (RedHat, CentOS, Fedora, and AlmaLinux)

Podman is supported as a replacement for Docker on Red Hat Enterprise Linux® and compatible Linux distributions such as CentOS, Fedora, AlmaLinux, and Rocky Linux. The following installs the podman and podman-compose commands if they are not already installed:

sudo dnf upgrade -y
sudo dnf install epel-release -y
sudo dnf install netavark aardvark-dns podman podman-docker podman-compose -y
sudo systemctl start podman
sudo systemctl enable podman
podman --version

We also provide a setup script that conveniently installs Podman and downloads the default configuration to a directory of your choice:

mkdir -p /opt/photoprism
cd /opt/photoprism
curl -sSf https://dl.photoprism.app/podman/install.sh | bash

Please keep in mind to replace the docker and docker compose commands with podman and podman-compose when following the examples in our documentation.

Documentation

Getting Started

https://docs.photoprism.app/getting-started/

Knowledge Base

https://www.photoprism.app/kb

Compliance FAQ

https://www.photoprism.app/kb/compliance-faq

Firewall Settings

https://docs.photoprism.app/getting-started/troubleshooting/firewall/


PhotoPrism® is a registered trademark. By using the software and services we provide, you agree to our Terms of Service, Privacy Policy, and Code of Conduct. Docs are available under the CC BY-NC-SA 4.0 License; additional terms may apply.