2021-08-05 18:49:30 +02:00
|
|
|
PhotoPrism for Cloud Servers running Ubuntu 20.04 LTS (Focal Fossa)
|
|
|
|
===================================================================
|
|
|
|
|
|
|
|
Attention: This config example is under development, and not stable yet!
|
|
|
|
|
2021-08-05 18:54:22 +02:00
|
|
|
Run this script as root to install PhotoPrism on a cloud server e.g. at DigitalOcean:
|
2021-08-05 18:49:30 +02:00
|
|
|
|
|
|
|
bash <(curl -s https://dl.photoprism.org/docker/cloud-init/setup.sh)
|
|
|
|
|
2021-08-05 18:55:58 +02:00
|
|
|
This may take a while to complete, depending on the performance of your
|
|
|
|
server and its internet connection.
|
2021-08-05 18:54:22 +02:00
|
|
|
|
2021-08-05 18:55:58 +02:00
|
|
|
When done - and you see no errors - please open
|
2021-08-05 18:49:30 +02:00
|
|
|
|
|
|
|
http://<YOUR SERVER IP>:2342/
|
|
|
|
|
2021-08-05 18:54:22 +02:00
|
|
|
in a Web browser and log in using the initial admin password "insecure".
|
|
|
|
|
|
|
|
Now change the default password in Settings to protect your server.
|
2021-08-05 18:49:30 +02:00
|
|
|
|
|
|
|
All files related to PhotoPrism can be found in /photoprism. The server
|
|
|
|
will be running as "photoprism" (UID 1000). There should be no need to
|
|
|
|
change defaults unless other services are running on the same server
|
|
|
|
and there are conflicts.
|
|
|
|
|
|
|
|
## System Requirements ##
|
|
|
|
|
|
|
|
We recommend hosting PhotoPrism on a server with at least 2 cores and
|
|
|
|
4 GB of memory. Beyond these minimum requirements, the amount of RAM
|
|
|
|
should match the number of cores. Indexing large photo and video
|
|
|
|
collections significantly benefits from fast, local SSD storage.
|
|
|
|
|
|
|
|
|