BW3-Core/docu
KoenigMjr a3f429cbf4 [enh/venv]: feat(install): introduce venv-based runtime setup with proper permissions
Replace the implicit dependency on system-wide Python packages with a
dedicated virtual environment and explicit runtime dependency management.

Changes:
- Create a project-local Python venv during installation
- Install runtime dependencies explicitly via requirements-runtime.txt
- Fix ModuleNotFoundError issues in isolated environments (e.g. requests)
- Detect the actual user when running via sudo (SUDO_USER)
- Assign correct ownership to the BOSWatch directory for venv usage
- Apply setgid (2775) to the log directory so files created with sudo
  remain manageable by the user
- Set explicit permissions for Python scripts and config files

This ensures a reproducible, system-independent installation and prevents
permission issues during runtime and log creation.
2026-03-05 13:33:09 +01:00
..
docs [enh/venv]: feat(install): introduce venv-based runtime setup with proper permissions 2026-03-05 13:33:09 +01:00
doxygen.ini Merge branch 'develop' into process_manager 2019-09-20 14:54:07 +02:00
mkdocs.yml docs(config): add server.yaml generator page and link from Quick Start 2026-02-08 07:50:04 +01:00