docs: note lite VPS install and archived GeoExport mirror

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-24 23:15:42 +03:00
parent 658b329784
commit 35c677eede

View File

@@ -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 (&lt;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