From 8a20d908682f87196ad34ecc1bdd11ebf0b1fa2c Mon Sep 17 00:00:00 2001 From: TheArchitect108 Date: Mon, 31 Oct 2022 11:32:27 -0500 Subject: [PATCH] Add links to other options for running Serai. --- docs/Getting Started.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/Getting Started.md b/docs/Getting Started.md index 6261423d..41afbae3 100644 --- a/docs/Getting Started.md +++ b/docs/Getting Started.md @@ -1,5 +1,5 @@ # Getting Started - +## Run Serai Node Locally ### System Dependencies ##### Ubuntu @@ -65,3 +65,11 @@ cargo test --all-features ``` ./target/release/serai-node --dev ``` + +## Run Serai with Orchestration + +In the deploy directory, you can find our orchestration components for running the entire infrastructure of Serai in a local environment using Docker Compose or Kubernetes. + +[Run Serai with Docker Compose](../deploy/README.md) + +[Run Serai with Kubernetes](../deploy/kubernetes/README.md)