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