15 lines
556 B
Markdown
15 lines
556 B
Markdown
---
|
|
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`.
|