From 4f1b5a122f811e7bb2dee1313a24f4954139d63f Mon Sep 17 00:00:00 2001 From: adjoly Date: Wed, 27 Aug 2025 22:22:34 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=93=9D=E3=80=8D=20doc(README):?= =?UTF-8?q?=20added=20documentation=20for=20p1=20and=20p2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cf9545..7464c1f 100644 --- a/README.md +++ b/README.md @@ -19,15 +19,23 @@ You can also run `nix run .#clean` in the `vm` directory to clean-up any VM file ### Part 1: Setting up the cluster -`TODO: bla bla bla` +Just run: +```bash +# Starts the vms and provisions them +vagrant up --provision +``` + +Then you can `vagrant ssh {USER}-{S,SW}` to ssh into the vms and check for wathever you want. ### Part 2: I don't even know anymore -`TODO: bla bla bla` +Like before run `vagrant up --provision` and then you will have access to the different apps (app1.com, app2.com, app3.com). +__If the hosts files are not proprely configured just run `p2/script/hosts.sh`__ + ### Part 3: What? -`TODO: bla bla bla` + ### Bonus part: GitLab hell