Files
the_order/scripts/README.md
T

1.5 KiB

Scripts Directory

Last Updated: 2025-01-27
Purpose: Utility scripts for development, deployment, and operations

Overview

This directory contains utility scripts organized by purpose.

Script Categories

Deployment (deploy/)

  • Sankofa Phoenix / Proxmox deployment scripts
  • Seal deployment scripts
  • Monitoring setup

Development (dev/)

  • Development environment setup
  • Docker Compose configurations
  • Local service management

Backup (backup/)

  • Database backup scripts
  • Automated backup procedures

Security (security/)

  • Security scanning automation
  • Vulnerability assessment
  • Compliance checking

Infrastructure (infra/scripts/)

  • Supporting infrastructure scripts
  • Environment management

Usage

Development Setup

./scripts/dev/setup-dev.sh

Sankofa Phoenix Deployment

./scripts/deploy/deploy.sh --all --environment dev --dry-run

Security Scanning

./scripts/security/security-scan.sh

Database Backup

./scripts/backup/database-backup.sh

Script Organization

scripts/
├── README.md           # This file
├── deploy/             # Deployment scripts
├── dev/                # Development scripts
├── backup/             # Backup scripts
└── security/          # Security scripts

Last Updated: 2025-01-27