type
moc
created
Tue Apr 07 2026 02:00:00 GMT+0200 (Central European Summer Time)
updated
Tue Apr 07 2026 02:00:00 GMT+0200 (Central European Summer Time)
tags
moc operations deployment

MOC: Operations

abstract
Map of Content for B2BPaper operations: deployment, PM2 process management, nginx routing, database, Celery, test suites, and runbooks.

Live Deployment

wiki/wiki/concepts/deployment-urls for the full URL inventory.

Process Layout

wiki/wiki/concepts/pm2-process-layout — the PM2 processes that run the marketplace stack:

Web Server

wiki/wiki/concepts/nginx-mvp-routing — nginx routes:

Database

wiki/wiki/concepts/database-credentials-and-roles — PostgreSQL b2bpaper. Credentials in backend/.env.

Async / Scheduled Jobs

wiki/wiki/concepts/celery-beat-tasks — Celery beat schedule:

Tests

wiki/wiki/concepts/test-suites-overview — 741 passing tests + 16 slow benchmarks. Run with:

cd backend && python manage.py test
cd frontend && npx playwright test

Seed Accounts & Data

wiki/wiki/concepts/seed-accounts — login credentials and demo data set up by manage.py seed_* commands.

Source Summaries

Related MOCs