Initial import of animal_management module

This commit is contained in:
Kelin Rescue Hub
2026-04-04 13:13:00 -04:00
commit 20adb1bd1e
65 changed files with 14004 additions and 0 deletions

27
README.md Normal file
View File

@@ -0,0 +1,27 @@
# Animal Management Module
Animal intake, profile management, medical/progress tracking, gallery integration, and transfer workflows for rescue spaces in HumHub.
## Requirements
- HumHub 1.14+
- `rescue_foundation` module available in the same HumHub instance
## Installation
Clone into the HumHub modules path using the folder name `animal_management`:
```bash
git clone https://gitea.kelinreij.duckdns.org/humhub-modules/animal-management.git /var/www/localhost/htdocs/protected/modules/animal_management
```
Enable the module in HumHub (Marketplace / Modules UI), then run migrations:
```bash
php /var/www/localhost/htdocs/protected/yii migrate/up --include-module-migrations=1 --interactive=0
```
## Notes
- Transfer notifications rely on HumHub queue processing.
- If you run in Docker, execute commands inside the HumHub app container.