Skip to content

Commit

Permalink
GITBOOK-131: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
Steadyit Office authored and gitbook-bot committed Mar 11, 2024
1 parent 32cec6d commit 35ab8ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install-and-configure/install-agent/install-on-linux-hosts.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,14 @@ By default the `agent-linux.sh` installs the agent and extension on a single hos

#### Non-Agent Hosts

* Install only extension by using `--no-agent` flag
* Install only container and host extensions by using `--no-agent` flag

```bash
./agent-linux.sh --key <agent-key> --no-agent --extensions steadybit-extension-host,steadybit-extension-container
```

* Reconfigure the extension to listen on http by editing `/etc/steadybit/extension-container` and `/etc/steadybit/extension-host` and removing the `STEADYBIT_EXTENSION_UNIX_SOCKET=...` line
* Reconfigure the extension to listen on http by editing `/etc/steadybit/extension-container` and `/etc/steadybit/extension-host` and removing the `STEADYBIT_EXTENSION_UNIX_SOCKET=...` line.\
If you want to override the default port set `STEADYBIT_EXTENSION_PORT`.
* Restart the extensions

```bash
Expand Down

0 comments on commit 35ab8ce

Please sign in to comment.