- Auto-detect mysqldump vs mariadb-dump command - Conditional SSL flag based on Docker environment detection - Works in both Docker containers and standard systemd deployments - No breaking changes to existing functionality
Quality Recticel Application
Production traceability and quality management system.
📚 Documentation
All development and deployment documentation has been moved to the documentation folder.
Quick Links
- Documentation Index - Complete documentation overview
- Database Setup - Database configuration guide
- Docker Guide - Docker commands reference
- Backup System - Database backup documentation
🚀 Quick Start
# Start application
cd /srv/quality_app/py_app
bash start_production.sh
# Stop application
bash stop_production.sh
# View logs
tail -f /srv/quality_app/logs/error.log
📦 Docker Deployment
# Start with Docker Compose
docker-compose up -d
# View logs
docker-compose logs -f web
# Stop services
docker-compose down
🔐 Default Access
- URL: http://localhost:8781
- Username: superadmin
- Password: superadmin123
📁 Project Structure
quality_app/
├── documentation/ # All documentation files
├── py_app/ # Flask application
├── backups/ # Database backups
├── logs/ # Application logs
├── docker-compose.yml # Docker configuration
└── Dockerfile # Container image definition
📖 For More Information
See the documentation folder for comprehensive guides on:
- Setup and deployment
- Docker configuration
- Database management
- Backup and restore procedures
- Application features
Version: 1.0.0
Last Updated: November 3, 2025
Description
Languages
HTML
38.7%
Python
31.2%
JavaScript
13.5%
Visual Basic .NET
9.3%
CSS
4.7%
Other
2.6%