sync: auto-sync from GURU-5070 at 2026-06-02 07:25:49
Author: Mike Swanson Machine: GURU-5070 Timestamp: 2026-06-02 07:25:49
This commit is contained in:
14
.claude/memory/reference_gururmm_server.md
Normal file
14
.claude/memory/reference_gururmm_server.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: GuruRMM Server Layout
|
||||
description: SSH user, home directory, and deploy paths on 172.16.3.30
|
||||
type: reference
|
||||
---
|
||||
|
||||
SSH user is `guru`, NOT `mike`. Home directory is `/home/guru/`.
|
||||
|
||||
- Repo: `/home/guru/gururmm`
|
||||
- Dashboard build: `cd /home/guru/gururmm/dashboard && npm run build`
|
||||
- Deploy: `sudo cp -r dist/* /var/www/gururmm/dashboard/`
|
||||
- Other dirs under `/home/guru/`: `guru-connect`, `guruconnect-server`, `backups`
|
||||
|
||||
**Why:** First SSH session assumed `/home/mike/` — does not exist. Only users with home dirs are `guru` and `gitea-runner`.
|
||||
Reference in New Issue
Block a user