README: add resource requirements to deploy section

This commit is contained in:
Ada
2026-04-06 18:40:57 -04:00
parent 5baeccde4a
commit 64ca6ffc52

View File

@@ -58,6 +58,12 @@ Built with Node.js, Express, SQLite, and vanilla JS/CSS. No database server, no
See [deploy/README.md](deploy/README.md) for full deployment instructions. See [deploy/README.md](deploy/README.md) for full deployment instructions.
**Resource requirements:**
- **RAM:** 512 MB minimum, 1 GB recommended
- **CPU:** 1 vCPU
- **Disk:** 2 GB
- **Ports:** 80 (HTTP)
**Quick start (one command on fresh Debian/Ubuntu):** **Quick start (one command on fresh Debian/Ubuntu):**
```bash ```bash
curl -sL https://gitea.ledrew.me/ledadmin/project-tracker/raw/branch/master/deploy/setup.sh -o setup.sh && bash setup.sh curl -sL https://gitea.ledrew.me/ledadmin/project-tracker/raw/branch/master/deploy/setup.sh -o setup.sh && bash setup.sh