Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 1.55 KB

File metadata and controls

75 lines (60 loc) · 1.55 KB

WARP.md - Working AI Reference for abraflexi-reminder

Project Overview

Type: PHP Project/Debian Package Purpose: Odesílač upomínek pro AbraFlexi Status: Active Repository: git@github.com:VitexSoftware/abraflexi-reminder.git

Key Technologies

  • PHP
  • Composer
  • Debian Packaging
  • Docker

Architecture & Structure

abraflexi-reminder/
├── src/           # Source code
├── tests/         # Test files
├── docs/          # Documentation
└── ...

Development Workflow

Prerequisites

  • Development environment setup
  • Required dependencies

Setup Instructions

# Clone the repository
git clone git@github.com:VitexSoftware/abraflexi-reminder.git
cd abraflexi-reminder

# Install dependencies
composer install

Build & Run

dpkg-buildpackage -b -uc\ndocker build -t abraflexi-reminder .

Testing

composer test

Key Concepts

  • Main Components: Core functionality and modules
  • Configuration: Configuration files and environment variables
  • Integration Points: External services and dependencies

Common Tasks

Development

  • Review code structure
  • Implement new features
  • Fix bugs and issues

Deployment

  • Build and package
  • Deploy to target environment
  • Monitor and maintain

Troubleshooting

  • Common Issues: Check logs and error messages
  • Debug Commands: Use appropriate debugging tools
  • Support: Check documentation and issue tracker

Additional Notes

  • Project-specific conventions
  • Development guidelines
  • Related documentation