mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-20 22:28:51 +00:00
Add links to other options for running Serai.
This commit is contained in:
parent
4101239e0d
commit
8a20d90868
1 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Getting Started
|
# Getting Started
|
||||||
|
## Run Serai Node Locally
|
||||||
### System Dependencies
|
### System Dependencies
|
||||||
|
|
||||||
##### Ubuntu
|
##### Ubuntu
|
||||||
|
@ -65,3 +65,11 @@ cargo test --all-features
|
||||||
```
|
```
|
||||||
./target/release/serai-node --dev
|
./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)
|
||||||
|
|
Loading…
Reference in a new issue