khuedoan-homelab/docs/installation/production/deployment.md

31 lines
517 B
Markdown
Raw Normal View History

# Deployment
Open the tools container if you haven't already:
=== "Docker"
```sh
make tools
```
=== "Nix"
```sh
nix-shell
```
Build the lab:
```sh
make
```
2022-07-15 20:28:57 +07:00
Yes it's that simple!
2022-07-15 20:28:57 +07:00
!!! example
2022-07-15 20:28:57 +07:00
<script id="asciicast-xkBRkwC6e9RAzVuMDXH3nGHp7" src="https://asciinema.org/a/xkBRkwC6e9RAzVuMDXH3nGHp7.js" async></script>
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.