From 35c677eedea799e07f0491c2e8a97a26ccde832d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=91=D0=BE=D0=B1?= =?UTF-8?q?=D1=8B=D1=80=D0=B5=D0=B2?= Date: Sun, 24 May 2026 23:15:42 +0300 Subject: [PATCH] docs: note lite VPS install and archived GeoExport mirror Co-authored-by: Cursor --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1f666ae..738c1e6 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ open http://localhost:3000 curl -fsSL https://raw.githubusercontent.com/andrey271192/Domain_web/main/install.sh | sudo bash ``` +On small VPS disks (<4GB free), the install script uses a **lite path**: Postgres/Redis in Docker, Next.js built on the host. For full container deploy on larger machines: `docker compose up -d && docker compose exec web npx prisma db push`. + +Legacy GeoExport mirror in `site/` is **not** deployed (see `site/ARCHIVED.md`). + ## Uninstall ```bash