Developer Documentation
Integration guides, LTI 1.3 setups, telemetry schemas, and API references for Nomevex.
Deployment Guide
Deploy Nomevex on your own infrastructure with one of several supported deployment models.
Deployment Options
Cloud (Managed)
Our fully managed cloud offering. No infrastructure management required. Automatic updates, scaling, and backups included. Available for Growth and Enterprise plans.
Self-Hosted
Deploy on your own infrastructure (bare metal, VMs, or Kubernetes). Full control over data residency, network policies, and update schedules. Requires PostgreSQL 15+, Redis 7+, and Node.js 20+.
Hybrid
Run the NAE (NOMEVEX Assessment Environment) and AI components on-premise while using cloud services for dashboard and storage. Provides low-latency event processing with centralized management.
Self-Hosted Requirements
- Node.js 20 LTS or later
- PostgreSQL 15+ with Row-Level Security enabled
- Redis 7+ for session management and pub/sub
- Minimum 4 CPU cores, 16 GB RAM (production)
- Optional: Docker or Kubernetes for containerized deployment
Quick Deployment
git clone https://github.com/nomevex/platform.git
cd platform
cp .env.example .env
# Edit .env with your configuration
docker compose up -d See the GitHub repository for detailed deployment scripts and Docker Compose configurations.
Next: LTI 1.3 Setup