docs: update inventory.env.example with system requirements (v1.10.15)
- Added Node.js v20+ requirement - Added python3.12-venv system package requirement for Debian/Ubuntu - Updated version reference to v1.10.15 - Provides clear setup guidance for developers
This commit is contained in:
@@ -1,9 +1,14 @@
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
# TFM aInventory — Master Environment Configuration
|
# TFM aInventory — Master Environment Configuration (v1.10.15)
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# 1. Copy this file to 'inventory.env'
|
# 1. Copy this file to 'inventory.env'
|
||||||
# 2. Fill in your real values
|
# 2. Fill in your real values
|
||||||
# 3. 'inventory.env' is ignored by Git to protect your secrets.
|
# 3. 'inventory.env' is ignored by Git to protect your secrets.
|
||||||
|
#
|
||||||
|
# SYSTEM REQUIREMENTS (before running ./start_server.sh):
|
||||||
|
# - Node.js v20+ (required for frontend build)
|
||||||
|
# - Python 3.12+ with python3.12-venv package
|
||||||
|
# On Debian/Ubuntu: sudo apt install python3.12-venv
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
# --- Network & Identity ---
|
# --- Network & Identity ---
|
||||||
|
|||||||
Reference in New Issue
Block a user