Sfoglia il codice sorgente

[#1] Regenerate documentation PDFs and delivery zip package

Lange François 2 settimane fa
parent
commit
8c2715a641

BIN
Project.pdf


BIN
Retro Planning.pdf


BIN
delivery.zip


BIN
docs/Backup_Procedure.pdf


BIN
docs/Data_Ingestion.pdf


BIN
docs/Env_Configuration.pdf


BIN
docs/Final_Report.pdf


BIN
docs/Header_Footer_Antigravity.pdf


BIN
docs/Header_Footer_Gemini.pdf


+ 10 - 0
docs/Operator_Installation_Guide.md

@@ -67,6 +67,16 @@ vboxmanage storageattach "FoodAI-AI-Node" --storagectl "SATA Controller" --port
 vboxmanage startvm "FoodAI-AI-Node" --type headless
 ```
 
+### 3.4: Native Physical Unix/Linux Server (No Virtualization)
+For a native physical installation directly on the hardware (bare-metal Ubuntu Server):
+1. Install Ubuntu Server 22.04 LTS or 24.04 LTS on the physical machine.
+2. Ensure SSH is installed and running:
+   ```bash
+   sudo apt update && sudo apt install -y openssh-server
+   sudo systemctl enable --now ssh
+   ```
+3. Configure a static IP address and ensure the host firewall allows traffic on the required ports (e.g. 80, 8502, 3306, 8081).
+
 ---
 
 ## 4. Secure Authentication & SSH Exchange

BIN
docs/Operator_Installation_Guide.pdf


BIN
docs/Presentation_Technical.pdf


BIN
docs/Presentation_User.pdf


BIN
docs/Recommendations.pdf


BIN
docs/Scrum_Artifacts.pdf


BIN
docs/Scrum_Daily.pdf


BIN
docs/Scrum_Plan.pdf


BIN
docs/Scrum_Retro.pdf


BIN
docs/Scrum_Review.pdf


BIN
docs/Scrum_Wiki.pdf


BIN
docs/Start_Stop_Procedures.pdf


BIN
docs/Technical_Document.pdf


BIN
docs/Test_Cases_Sprint8.pdf


BIN
docs/URL_Formats.pdf


BIN
docs/Uninstall_Guide.pdf


BIN
docs/User_Description.pdf


BIN
docs/User_Guide.pdf


BIN
docs/WSL_Deployment.pdf


BIN
docs/Wiki_Home.pdf


BIN
docs/architecture.pdf


BIN
docs/disaster_recovery_plan.pdf


BIN
docs/distributed_deployment.pdf


BIN
docs/docker_connection.pdf


BIN
docs/project_report.pdf


BIN
docs/retro_planning.pdf


BIN
docs/taiga_audit_report.pdf


BIN
docs/zabbix_monitoring.pdf