docs: scope README to manage server only
This commit is contained in:
parent
bd67e55625
commit
1a50c46206
1 changed files with 5 additions and 17 deletions
22
README.md
22
README.md
|
|
@ -1,8 +1,8 @@
|
|||
# Triton Installers
|
||||
# Triton Manage Server Installer
|
||||
|
||||
Production installers for Triton server components. Container-based (Docker or Podman), idempotent — safe to re-run.
|
||||
Production installer for the Triton Manage Server. Container-based (Docker or Podman), idempotent — safe to re-run.
|
||||
|
||||
## Manage Server
|
||||
## Install
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/primatekuntech/triton-install/main/manage-server/install.sh | sudo bash -s -- \
|
||||
|
|
@ -11,6 +11,8 @@ curl -fsSL https://raw.githubusercontent.com/primatekuntech/triton-install/main/
|
|||
--gateway-hostname manage.customer.com
|
||||
```
|
||||
|
||||
## Flags
|
||||
|
||||
| Flag | Description |
|
||||
|------|-------------|
|
||||
| `--license-server-pubkey` | Ed25519 public key (64 hex chars). **Required.** |
|
||||
|
|
@ -21,20 +23,6 @@ curl -fsSL https://raw.githubusercontent.com/primatekuntech/triton-install/main/
|
|||
| `--image` | Pin a specific image tag. |
|
||||
| `--no-tls` | Skip TLS check (dev only). |
|
||||
|
||||
## License Server
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/primatekuntech/triton-install/main/license-server/install.sh | sudo bash -s -- \
|
||||
--admin-email admin@yourcompany.com
|
||||
```
|
||||
|
||||
| Flag | Description |
|
||||
|------|-------------|
|
||||
| `--admin-email` | Initial superadmin email. |
|
||||
| `--public-url` | Public URL of the license server. |
|
||||
| `--image` | Pin a specific image tag. |
|
||||
| `--no-tls` | Skip TLS check (dev only). |
|
||||
|
||||
## Other commands
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue