From 2da1be0c6b692cb34b50cc1a87f88366b6c4113c Mon Sep 17 00:00:00 2001 From: Ole Tytlandsvik Date: Mon, 5 Jan 2026 13:08:07 +0100 Subject: [PATCH] devel: update bootstrap guide --- README.md | 48 +++++++++++++++++++++++------------------------- 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 6d76ce41..8c069b0b 100644 --- a/README.md +++ b/README.md @@ -69,25 +69,7 @@ kubectl --context oceanbox -n default get pods Required helm manifests are hosted in a separate repository: . Clone it into a directory _in the same parent directory as this repository._ -The Bitnami respository must also be added to helm: - -```shell -helm repo add bitnami https://charts.bitnami.com/bitnami -``` - -### DNS - -Some DNS masking is required. Add the following to your NixOS configuration: - -```nix - services.dnsmasq = { - enable = true; - settings.address = [ - "/.local/127.0.0.1" - "/.local.oceanbox.io/127.0.0.1" - ]; - }; -``` +You'll have to run `helm dependency update` in the atlantis directory within the manifest repo to download the charts. ### NuGet @@ -102,14 +84,30 @@ To retrieve packages from the private Oceanbox nuget registry, configure it with - - + + + + + + + + + + + + + + + + + + ``` -Substitute `<...>` for the corresponding secret. +Substitute with your own gitlab username and PAT in the credentials. Now, we should be able to `restore`: @@ -168,7 +166,7 @@ You should now be able to access the Atlantis client (with HMR) on [!note] -> You'll need to run `dotnet run bundle` in `src/Atlantis` to generate the `/certs` directory +> You'll need to run `just run-client` in `src/Atlantis` to generate the certificates in `~/.vite-plugin-mkcert/certs` In order for your browser to allow you to access the web application, you must add the root certificate generated by `mkcert` to the list of trusted authorities in your browser: @@ -179,9 +177,9 @@ In order for your browser to allow you to access the web application, you must a ### Add `user` to OpenFGA -Ask [sales](moritz.jorg@oceanbox.io) to add your `azure-ad-user` to OpenFGA. +Ask [sales](support@oceanbox.io) to add your `azure-ad-user` to OpenFGA. ### CORS for Sorcerer Add the `url` of your instance to the CORS list of Sorcerer -[here](https://gitlab.com/oceanbox/manifests/-/blob/main/values/sorcerer/kustomize/prod/appsettings.json?ref_type=heads#L52). +[here](https://gitlab.com/oceanbox/manifests/-/blob/main/values/sorcerer/kustomize/prod/appsettings.json?ref_type=heads#L52). \ No newline at end of file