From ed827bec78988d0364574c46a5e416384c6a1796 Mon Sep 17 00:00:00 2001 From: nguyed99 <nguyed99@zedat.fu-berlin.de> Date: Mon, 29 Jan 2024 23:41:55 +0100 Subject: [PATCH] update README for local interactive simulation --- .gitlab-ci.yml | 4 ++-- README.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f47f796..2ff4739 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,5 +37,5 @@ pages: paths: - public expire_in: 1 day - only: - - main + rules: + - if: $CI_COMMIT_BRANCH == "main" diff --git a/README.md b/README.md index e096ea0..698f4dd 100644 --- a/README.md +++ b/README.md @@ -51,4 +51,10 @@ For live experience (meaning you enter the container), run: If you change code in `src`, you need to rebuild the image with `bash build/build-image.sh`. The `src` folder can also be mounted in the image, but the assumption is that life is already difficult as it is... +### interactive simulation + +- Run `python -m http.server` +- Go to `http://localhost:8000/public` + + *Free and open-source software for all souls! Technical support is, unfortunately, only for group members.* \ No newline at end of file -- GitLab