@@ -16,19 +16,19 @@ scripts/
1616
1717| Script | Description | Usage |
1818| --------| -------------| -------|
19- | [ ` setup/install .sh ` ] ( setup/install .sh ) | ** Interactive installer ** - Complete guided setup | ` ./scripts/setup/install .sh ` |
20- | [ ` setup/quick- setup.sh` ] ( setup/quick- setup.sh) | ** Quick setup ** - 3-mode rapid deployment | ` ./scripts/setup/quick- setup.sh ` |
19+ | [ ` setup-ollama .sh ` ] ( setup/setup-ollama .sh ) | ** Ollama setup ** - Configure local AI models | ` ./scripts/setup/setup-ollama .sh ` |
20+ | [ ` ../ setup.sh` ] ( ../ setup.sh) | ** Smart installer ** - System requirements check & deployment | ` ./setup.sh ` |
2121| [ ` setup/validate-config.sh ` ] ( setup/validate-config.sh ) | ** Configuration validator** - Validates env files | ` ./scripts/setup/validate-config.sh [.env] ` |
2222
23- ### 🎯 Interactive Installer Features
24- The ` install .sh` script provides a comprehensive setup experience :
23+ ### 🎯 Smart Installer Features
24+ The main ` setup .sh` script provides comprehensive deployment with system validation :
2525
26- - ** 🔧 Deployment Mode Selection** (Development/Staging /Production/Swarm/K8s )
27- - ** 🔐 Security Configuration ** (API keys, passwords, SSL certificates )
28- - ** 🌐 Network Setup ** (Domain, ports, SSL type )
29- - ** 💾 Storage Configuration** (Local/Cloud storage, backup settings )
30- - ** 📊 Monitoring Setup** (Prometheus, Grafana)
31- - ** ⚙️ Resource Allocation ** (Memory, CPU limits )
26+ - ** 🔧 Deployment Mode Selection** (Quick/Minimal /Production/Development )
27+ - ** ⚙️ System Requirements Validation ** (RAM, CPU, disk, ports )
28+ - ** 🐳 Docker Capability Testing ** (container runtime validation )
29+ - ** 🔐 Automatic Security Configuration** (API keys, passwords )
30+ - ** 📊 Optional Monitoring Setup** (Prometheus, Grafana)
31+ - ** 🤖 AI Model Integration ** (Ollama with local LLM )
3232
3333## 🚀 Deployment Scripts
3434
@@ -74,11 +74,11 @@ The `install.sh` script provides a comprehensive setup experience:
7474
7575### 1. ** New Installation**
7676``` bash
77- # Run interactive installer (recommended)
78- ./scripts/ setup/install .sh
77+ # Run smart installer with system validation (recommended)
78+ ./setup.sh
7979
80- # OR quick 3-mode setup
81- ./scripts/ setup/quick-setup .sh
80+ # OR non-interactive mode
81+ ./setup.sh --quick # or --minimal, --production, --development
8282```
8383
8484### 2. ** Existing Configuration**
0 commit comments