Add links to other options for running Serai.

This commit is contained in:
TheArchitect108 2022-10-31 11:32:27 -05:00
parent 4101239e0d
commit 8a20d90868
No known key found for this signature in database
GPG key ID: 12AEB277C3861E66

View file

@ -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)