diff -r b6889b8a2f83 -r 93bea7513a3e infra/quickstart.org --- a/infra/quickstart.org Thu Jan 25 23:03:23 2024 -0500 +++ b/infra/quickstart.org Sun Apr 28 19:50:01 2024 -0400 @@ -4,22 +4,33 @@ Infra Quickstart Guide)}}} #+property: header-args :dir /home/ellis/dev/comp/infra/ +- Minimum Host Requirements + - x86_64 4 core CPU + - 8G RAM + - 32G Disk Space + - Unix OS (Archlinux > other GNU/Linux > Darwin) + - Minimum Dependencies - - Mercurial - Make + - Mercurial + - Git + - Clang + - Zstd - Podman + - SBCL +- init from container registry #+name: pull-infra-container #+begin_src shell podman pull registry.compiler.company/comp/infra/box:latest podman run -it infra/box #+end_src -/or/ +/OR/ +- init from source #+name: pull-infra-source #+begin_src shell -sudo pacman -Sy make mercurial podman hg clone https://vc.compiler.company/comp/infra cd infra make box