mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 00:18:38 -05:00
update docs, split connecting servers out of Core Setup
This commit is contained in:
@@ -2,12 +2,10 @@
|
||||
|
||||
Connecting a server to Komodo has 2 steps:
|
||||
|
||||
1. Install the Periphery agent on the server
|
||||
2. Adding the server to Komodo via the core API
|
||||
1. Install the Periphery agent on the server (either binary or container).
|
||||
2. Add the server to Komodo via the Core API / UI.
|
||||
|
||||
Once step 1. is complete, you can just connect the server to Komodo Core from the UI.
|
||||
|
||||
## Install
|
||||
## Install Periphery
|
||||
|
||||
You can install Periphery as a systemd managed process, run it as a [docker container](https://github.com/mbecker20/komodo/pkgs/container/periphery), or do whatever you want with the binary.
|
||||
|
||||
@@ -16,7 +16,7 @@ const sidebars: SidebarsConfig = {
|
||||
"resources",
|
||||
{
|
||||
type: "category",
|
||||
label: "Setup Komodo",
|
||||
label: "Setup Komodo Core",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "setup/index",
|
||||
@@ -26,9 +26,9 @@ const sidebars: SidebarsConfig = {
|
||||
"setup/postgres",
|
||||
"setup/sqlite",
|
||||
"setup/advanced",
|
||||
"setup/connect-servers",
|
||||
],
|
||||
},
|
||||
"connect-servers",
|
||||
{
|
||||
type: "category",
|
||||
label: "Build Images",
|
||||
|
||||
Reference in New Issue
Block a user