Installation_Guide.md 978 B

$Id: 1701828b12 Lange François lanfr144@school.lu 2026/06/11 08:26:59 Lange François lanfr144@school.lu 2026/06/11 08:26:59 [TG-131] Purge database passwords from tracked files and format application versioning [PreRelease-1.0-26-g1701828] $

Installation Guide

Requirements

  • Ubuntu 24.04 LTS (or WSL2)
  • Docker & Docker Compose
  • 16GB RAM Minimum

Deployment Steps

  1. Clone the Repository:
    • Online Mode: git clone https://git.btshub.lu/lanfr/LocalFoodAI_lanfr144.git
    • Offline/Disconnected Mode: Copy the repository files directly to the target environment via SCP or USB storage.
  2. cd LocalFoodAI_lanfr144
  3. chmod +x data_sync.sh backup_db.sh
  4. Deploy Stack:
    • For regular production: docker compose up -d --build
    • For local/offline single-node fallback: docker compose -f docker-compose_skip.yml up -d
  5. Navigate to http://localhost (or http://localhost:8502 for direct Streamlit port)