Sexueller Missbrauch
  • Paper
  • Data Documentation
  • Deployment
  • Project Information
  1. Deployment & Infrastructure
  2. Overview
  • Paper
  • Data Documentation
    • Overview
    • Analysis & Quality
    • ER Diagram
    • EDTF Documentation
  • Deployment & Infrastructure
    • Overview
    • Comprehensive Deployment Guide
    • Extensions Configuration
  • Project Information
    • System Architecture
    • Timeline
  • General
    • Changelog
    • Code of Conduct
    • Contributing
    • License (Data)
    • License (Code)
    • Security

On this page

  • Directory Structure
  • Deployment Documentation
  • Quick Start
    • Development
    • Production
  • Maintenance
  • Edit this page
  • Report an issue
  1. Deployment & Infrastructure
  2. Overview

Source and Deployment

This directory contains the source code, deployment configuration, and maintenance scripts for the MediaWiki instance.

Directory Structure

  • deployment/: Deployment documentation and extension configurations.
  • maintenance/: Database backup, restore, and synchronization scripts.
  • LocalSettings.php: MediaWiki configuration file.

Deployment Documentation

For comprehensive deployment instructions, see the Deployment Guide.

Quick Start

Development

# Start development environment
docker-compose -f docker-compose.dev.yml up -d --build

Production

# Deploy to production
docker-compose -f docker-compose.prod.yml up -d

Maintenance

Scripts are located in src/maintenance/:

  • backup_db.sh: Backup the database.
  • restore_db.sh: Restore the database.
  • sync_prod_to_staging.sh: Sync production data to staging.
Back to top
EDTF Documentation
Comprehensive Deployment Guide
  • Edit this page
  • Report an issue