changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > org > docs / infra/quickstart.org

revision 19: 93bea7513a3e
parent 18: b6889b8a2f83
child 20: 6932edcf60ec
     1.1--- a/infra/quickstart.org	Thu Jan 25 23:03:23 2024 -0500
     1.2+++ b/infra/quickstart.org	Sun Apr 28 19:50:01 2024 -0400
     1.3@@ -4,22 +4,33 @@
     1.4 Infra Quickstart Guide)}}}
     1.5 #+property: header-args :dir /home/ellis/dev/comp/infra/
     1.6 
     1.7+- Minimum Host Requirements
     1.8+  - x86_64 4 core CPU
     1.9+  - 8G RAM
    1.10+  - 32G Disk Space
    1.11+  - Unix OS (Archlinux > other GNU/Linux > Darwin)
    1.12+
    1.13 - Minimum Dependencies
    1.14-  - Mercurial
    1.15   - Make
    1.16+  - Mercurial
    1.17+  - Git
    1.18+  - Clang
    1.19+  - Zstd
    1.20   - Podman
    1.21+  - SBCL
    1.22 
    1.23+- init from container registry
    1.24 #+name: pull-infra-container
    1.25 #+begin_src shell
    1.26 podman pull registry.compiler.company/comp/infra/box:latest
    1.27 podman run -it infra/box
    1.28 #+end_src
    1.29 
    1.30-/or/
    1.31+/OR/
    1.32 
    1.33+- init from source
    1.34 #+name: pull-infra-source
    1.35 #+begin_src shell
    1.36-sudo pacman -Sy make mercurial podman
    1.37 hg clone https://vc.compiler.company/comp/infra
    1.38 cd infra
    1.39 make box