feat: add comprehensive framework features and deployment improvements
Major additions: - Storage abstraction layer with filesystem and in-memory implementations - Gitea API integration with MCP tools for repository management - Console dialog mode with interactive command execution - WireGuard VPN DNS fix implementation and documentation - HTTP client streaming response support - Router generic result type - Parameter type validator for framework core Framework enhancements: - Console command registry improvements - Console dialog components - Method signature analyzer updates - Route mapper refinements - MCP server and tool mapper updates - Queue job chain and dependency commands - Discovery tokenizer improvements Infrastructure: - Deployment architecture documentation - Ansible playbook updates for WireGuard client regeneration - Production environment configuration updates - Docker Compose local configuration updates - Remove obsolete docker-compose.yml (replaced by environment-specific configs) Documentation: - PERMISSIONS.md for access control guidelines - WireGuard DNS fix implementation details - Console dialog mode usage guide - Deployment architecture overview Testing: - Multi-purpose attribute tests - Gitea Actions integration tests (typed and untyped)
This commit is contained in:
@@ -14,6 +14,11 @@ cd framework
|
||||
# Mit Docker starten
|
||||
make up
|
||||
|
||||
# Console Commands ausführen (empfohlen)
|
||||
./bin/console # Docker-Wrapper für Console
|
||||
./bin/console routes:list
|
||||
./bin/console db:migrate
|
||||
|
||||
# Oder: Manuelle Installation
|
||||
composer install
|
||||
npm install
|
||||
@@ -22,6 +27,9 @@ npm install
|
||||
# Für Backward Compatibility: cp .env.example .env (wird als Fallback geladen)
|
||||
```
|
||||
|
||||
> 📝 **Hinweis zu Permissions**: Verwende immer `./bin/console` für Console-Commands statt `php console.php`.
|
||||
> Details: [docs/PERMISSIONS.md](docs/PERMISSIONS.md)
|
||||
|
||||
### Production Deployment
|
||||
|
||||
**Neu im Projekt? Starte hier:**
|
||||
|
||||
Reference in New Issue
Block a user