From 16501ce4706a75f56241b2f0a53caaa52df37e0c Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Thu, 5 Aug 2021 18:49:30 +0200 Subject: [PATCH] Docker: Add README.txt to new cloud-init example config --- docker/examples/cloud-init/README.txt | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docker/examples/cloud-init/README.txt diff --git a/docker/examples/cloud-init/README.txt b/docker/examples/cloud-init/README.txt new file mode 100644 index 000000000..f7bc05250 --- /dev/null +++ b/docker/examples/cloud-init/README.txt @@ -0,0 +1,30 @@ +PhotoPrism for Cloud Servers running Ubuntu 20.04 LTS (Focal Fossa) +=================================================================== + +Attention: This config example is under development, and not stable yet! + +Run this script to install PhotoPrism on a cloud server e.g. at DigitalOcean: + + bash <(curl -s https://dl.photoprism.org/docker/cloud-init/setup.sh) + +This may take a while to complete. Then open + + http://:2342/ + +in a Web browser to log in using the initial admin password "insecure". +Please immediately change it in Settings to protect your new PhotoPrism +installation. + +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. + +