2022-07-06 12:33:35 +07:00
|
|
|
# Deployment
|
|
|
|
|
2022-07-14 21:53:42 +07:00
|
|
|
Open the tools container if you haven't already:
|
2022-07-06 12:33:35 +07:00
|
|
|
|
2022-08-26 19:08:52 +07:00
|
|
|
=== "Docker"
|
|
|
|
|
|
|
|
```sh
|
|
|
|
make tools
|
|
|
|
```
|
|
|
|
|
|
|
|
=== "Nix"
|
|
|
|
|
|
|
|
```sh
|
|
|
|
nix-shell
|
|
|
|
```
|
2022-07-06 12:33:35 +07:00
|
|
|
|
|
|
|
Build the lab:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
make
|
|
|
|
```
|
|
|
|
|
2022-07-15 20:28:57 +07:00
|
|
|
Yes it's that simple!
|
2022-07-06 12:33:35 +07:00
|
|
|
|
2022-07-15 20:28:57 +07:00
|
|
|
!!! example
|
2022-07-06 12:33:35 +07:00
|
|
|
|
2022-07-15 20:28:57 +07:00
|
|
|
<script id="asciicast-xkBRkwC6e9RAzVuMDXH3nGHp7" src="https://asciinema.org/a/xkBRkwC6e9RAzVuMDXH3nGHp7.js" async></script>
|
2022-07-06 12:33:35 +07:00
|
|
|
|
2022-07-15 20:28:57 +07:00
|
|
|
It will take a while to download everything,
|
|
|
|
you can read the [architecture document](../../architecture/overview.md) while waiting for the deployment to complete.
|