Installation
This page describes typical installation flows for development and production.
Prerequisites
- PostgreSQL + PostGIS
- Node.js (for the front-end build)
- A reverse proxy (Nginx) for production
Development setup (high level)
- Clone the repository
- Configure environment variables
- Initialize database schema
- Start backend and frontend
Production setup (high level)
- Deploy the application services (systemd / containers)
- Configure Nginx reverse proxy
- Set up database backups and logs rotation
Detailed commands and scripts should be aligned with your current repo structure (see project README).