This repository has been archived on 2023-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
pyinfra-photoprism/README.md

22 lines
425 B
Markdown
Raw Normal View History

2021-09-26 04:59:46 +00:00
# photoprism
2021-09-26 05:18:04 +00:00
Pyinfra that deploys PhotoPrism un-dockerized. Mostly to be used in LXD/C.
# Deployment
2021-09-26 09:42:13 +00:00
## On LXD
2021-09-26 05:18:04 +00:00
```
# lxc launch images:debian/11 <name>
# lxec exec <name> bash
# apt update && apt install python3-pip git
# pip install pyinfra
# git clone https://git.benpro.fr/benoit/photoprism.git
# cd photoprism
# pyinfra @local deploy.py
```
# Attach a pictures volume
If required, you can mount an external volume.