Skip to main content

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)

  1. Clone the repository
  2. Configure environment variables
  3. Initialize database schema
  4. 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).