16 lines
371 B
Markdown
16 lines
371 B
Markdown
# komodo-agent
|
|
|
|
Komodo agent is used to integrate additional servers with komodo.
|
|
|
|
## Usage
|
|
|
|
1. Clone the repository or copy the `compose.yaml` file onto the server that you
|
|
would like to install the agent on.
|
|
|
|
2. Generate the `.env` file (or run `source ./bootstrap.sh`).
|
|
|
|
3. Start the agent `sudo docker compose --env-file .env up -d` (or run `source
|
|
./start.sh`)
|
|
|
|
|