mirror of
https://github.com/domfelipe/hermes-client-onboarding.git
synced 2026-08-07 07:36:48 +00:00
Document VPS SSH entry before DomHubs one-liner (skill v1.3.0)
Onboarding runs on the Linux VPS: Phase 0 + install help/README spell out ssh root@IP / ssh domhubs-vps, then curl setup.domhubs.com.br/hermes.
This commit is contained in:
parent
297a7d3fe0
commit
4ea1708cdd
4 changed files with 138 additions and 16 deletions
29
README.md
29
README.md
|
|
@ -7,7 +7,24 @@ One-liner + skill conversacional para deixar o **Hermes Agent** pronto no client
|
|||
- Personalidade em `SOUL.md`
|
||||
- Setup guiado por LLM (Codex ou Hermes)
|
||||
|
||||
## One-liner (produção) — comando único
|
||||
## One-liner (produção) — entrar na VPS + instalar
|
||||
|
||||
O bootstrap roda **dentro da VPS Linux**, não no Mac do operador.
|
||||
|
||||
### 1) Entrar na VPS
|
||||
|
||||
```bash
|
||||
ssh root@IP_DA_VPS
|
||||
```
|
||||
|
||||
DomHubs ops (alias no Mac, após chave `~/.ssh/domhubs_vps`):
|
||||
|
||||
```bash
|
||||
ssh domhubs-vps
|
||||
# → root@169.58.116.28
|
||||
```
|
||||
|
||||
### 2) One-liner (já dentro da VPS)
|
||||
|
||||
```bash
|
||||
curl -fsSL https://setup.domhubs.com.br/hermes | bash
|
||||
|
|
@ -15,7 +32,7 @@ curl -fsSL https://setup.domhubs.com.br/hermes | bash
|
|||
|
||||
Instala/atualiza Hermes + skill + launcher e **abre o onboarding** (condutor Hermes por padrão).
|
||||
|
||||
Variantes:
|
||||
Variantes (ainda na VPS):
|
||||
|
||||
```bash
|
||||
# só instalar, sem abrir agente
|
||||
|
|
@ -25,6 +42,14 @@ curl -fsSL https://setup.domhubs.com.br/hermes | bash -s -- --no-launch
|
|||
curl -fsSL https://setup.domhubs.com.br/hermes | bash -s -- --ask-conductor
|
||||
```
|
||||
|
||||
### 3) Voltar depois
|
||||
|
||||
```bash
|
||||
ssh root@IP_DA_VPS # ou: ssh domhubs-vps
|
||||
hermes gateway status
|
||||
hermes-client-onboarding # se precisar retomar o onboarding
|
||||
```
|
||||
|
||||
Espelho GitHub (fallback):
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue