Jelajahi Sumber

[#1] Regenerate documentation PDFs and delivery zip package

Lange François 2 minggu lalu
induk
melakukan
8c2715a641
37 mengubah file dengan 10 tambahan dan 0 penghapusan
  1. TEMPAT SAMPAH
      Project.pdf
  2. TEMPAT SAMPAH
      Retro Planning.pdf
  3. TEMPAT SAMPAH
      delivery.zip
  4. TEMPAT SAMPAH
      docs/Backup_Procedure.pdf
  5. TEMPAT SAMPAH
      docs/Data_Ingestion.pdf
  6. TEMPAT SAMPAH
      docs/Env_Configuration.pdf
  7. TEMPAT SAMPAH
      docs/Final_Report.pdf
  8. TEMPAT SAMPAH
      docs/Header_Footer_Antigravity.pdf
  9. TEMPAT SAMPAH
      docs/Header_Footer_Gemini.pdf
  10. 10 0
      docs/Operator_Installation_Guide.md
  11. TEMPAT SAMPAH
      docs/Operator_Installation_Guide.pdf
  12. TEMPAT SAMPAH
      docs/Presentation_Technical.pdf
  13. TEMPAT SAMPAH
      docs/Presentation_User.pdf
  14. TEMPAT SAMPAH
      docs/Recommendations.pdf
  15. TEMPAT SAMPAH
      docs/Scrum_Artifacts.pdf
  16. TEMPAT SAMPAH
      docs/Scrum_Daily.pdf
  17. TEMPAT SAMPAH
      docs/Scrum_Plan.pdf
  18. TEMPAT SAMPAH
      docs/Scrum_Retro.pdf
  19. TEMPAT SAMPAH
      docs/Scrum_Review.pdf
  20. TEMPAT SAMPAH
      docs/Scrum_Wiki.pdf
  21. TEMPAT SAMPAH
      docs/Start_Stop_Procedures.pdf
  22. TEMPAT SAMPAH
      docs/Technical_Document.pdf
  23. TEMPAT SAMPAH
      docs/Test_Cases_Sprint8.pdf
  24. TEMPAT SAMPAH
      docs/URL_Formats.pdf
  25. TEMPAT SAMPAH
      docs/Uninstall_Guide.pdf
  26. TEMPAT SAMPAH
      docs/User_Description.pdf
  27. TEMPAT SAMPAH
      docs/User_Guide.pdf
  28. TEMPAT SAMPAH
      docs/WSL_Deployment.pdf
  29. TEMPAT SAMPAH
      docs/Wiki_Home.pdf
  30. TEMPAT SAMPAH
      docs/architecture.pdf
  31. TEMPAT SAMPAH
      docs/disaster_recovery_plan.pdf
  32. TEMPAT SAMPAH
      docs/distributed_deployment.pdf
  33. TEMPAT SAMPAH
      docs/docker_connection.pdf
  34. TEMPAT SAMPAH
      docs/project_report.pdf
  35. TEMPAT SAMPAH
      docs/retro_planning.pdf
  36. TEMPAT SAMPAH
      docs/taiga_audit_report.pdf
  37. TEMPAT SAMPAH
      docs/zabbix_monitoring.pdf

TEMPAT SAMPAH
Project.pdf


TEMPAT SAMPAH
Retro Planning.pdf


TEMPAT SAMPAH
delivery.zip


TEMPAT SAMPAH
docs/Backup_Procedure.pdf


TEMPAT SAMPAH
docs/Data_Ingestion.pdf


TEMPAT SAMPAH
docs/Env_Configuration.pdf


TEMPAT SAMPAH
docs/Final_Report.pdf


TEMPAT SAMPAH
docs/Header_Footer_Antigravity.pdf


TEMPAT SAMPAH
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

TEMPAT SAMPAH
docs/Operator_Installation_Guide.pdf


TEMPAT SAMPAH
docs/Presentation_Technical.pdf


TEMPAT SAMPAH
docs/Presentation_User.pdf


TEMPAT SAMPAH
docs/Recommendations.pdf


TEMPAT SAMPAH
docs/Scrum_Artifacts.pdf


TEMPAT SAMPAH
docs/Scrum_Daily.pdf


TEMPAT SAMPAH
docs/Scrum_Plan.pdf


TEMPAT SAMPAH
docs/Scrum_Retro.pdf


TEMPAT SAMPAH
docs/Scrum_Review.pdf


TEMPAT SAMPAH
docs/Scrum_Wiki.pdf


TEMPAT SAMPAH
docs/Start_Stop_Procedures.pdf


TEMPAT SAMPAH
docs/Technical_Document.pdf


TEMPAT SAMPAH
docs/Test_Cases_Sprint8.pdf


TEMPAT SAMPAH
docs/URL_Formats.pdf


TEMPAT SAMPAH
docs/Uninstall_Guide.pdf


TEMPAT SAMPAH
docs/User_Description.pdf


TEMPAT SAMPAH
docs/User_Guide.pdf


TEMPAT SAMPAH
docs/WSL_Deployment.pdf


TEMPAT SAMPAH
docs/Wiki_Home.pdf


TEMPAT SAMPAH
docs/architecture.pdf


TEMPAT SAMPAH
docs/disaster_recovery_plan.pdf


TEMPAT SAMPAH
docs/distributed_deployment.pdf


TEMPAT SAMPAH
docs/docker_connection.pdf


TEMPAT SAMPAH
docs/project_report.pdf


TEMPAT SAMPAH
docs/retro_planning.pdf


TEMPAT SAMPAH
docs/taiga_audit_report.pdf


TEMPAT SAMPAH
docs/zabbix_monitoring.pdf