Docs: Update folder name references to analyticshub

- Changed all analytics-hub/ references to analyticshub/ in docs
- Updated README.md and STATUS.md installation instructions
- Ensures consistency with folder rename (commit 8a445c4)
- App ID and folder name now match: analyticshub
This commit is contained in:
WLTBAgent
2026-02-13 18:22:20 +00:00
parent 8a445c4d46
commit b7f6b04e64
2 changed files with 4 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ cd nextcloud-analytics
### 2. Nextcloud App Installation ### 2. Nextcloud App Installation
```bash ```bash
# Copy app to Nextcloud server # Copy app to Nextcloud server
scp -r analytics-hub/ mike@cloud.shortcutsolutions.net:/var/www/nextcloud/apps/ scp -r analyticshub/ mike@cloud.shortcutsolutions.net:/var/www/nextcloud/apps/
# Enable app via Nextcloud UI # Enable app via Nextcloud UI
# Navigate to Settings → Apps → Disabled apps # Navigate to Settings → Apps → Disabled apps

View File

@@ -50,7 +50,7 @@
- All Phase 1, 2 & 3 code - All Phase 1, 2 & 3 code
- Documentation files (PRD.md, README.md, STATUS.md) - Documentation files (PRD.md, README.md, STATUS.md)
- Go module and binary - Go module and binary
- Nextcloud PHP app (analytics-hub/) - Nextcloud PHP app (analyticshub/)
- SKILL.md for OpenClaw integration - SKILL.md for OpenClaw integration
- PHP 7.4 compatibility fix (commit d87a87b) - PHP 7.4 compatibility fix (commit d87a87b)
@@ -66,7 +66,7 @@
## Ready for Deployment ## Ready for Deployment
**What's Ready**: **What's Ready**:
- ✅ Nextcloud PHP app (`analytics-hub/`) - Fully functional - ✅ Nextcloud PHP app (`analyticshub/`) - Fully functional
- ✅ REST API endpoints (5 endpoints operational) - ✅ REST API endpoints (5 endpoints operational)
- ✅ Agent integration tool (`nextcloud-analytics`) - Complete - ✅ Agent integration tool (`nextcloud-analytics`) - Complete
- ✅ Documentation (PRD, README, STATUS, SKILL) - ✅ Documentation (PRD, README, STATUS, SKILL)
@@ -115,7 +115,7 @@ cd nextcloud-analytics
### 2. Nextcloud App Installation ### 2. Nextcloud App Installation
```bash ```bash
# Copy app to Nextcloud server # Copy app to Nextcloud server
scp -r analytics-hub/ mike@cloud.shortcutsolutions.net:/var/www/nextcloud/apps/ scp -r analyticshub/ mike@cloud.shortcutsolutions.net:/var/www/nextcloud/apps/
# Enable app via Nextcloud UI # Enable app via Nextcloud UI
# Navigate to Settings → Apps → Disabled apps # Navigate to Settings → Apps → Disabled apps