Skip to content

Commit

Permalink
[web] Fixed links.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Dec 4, 2023
1 parent e8c9da8 commit bf56978
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/ci/jobs/web-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ check web links:
--ignore-url='https://ogsstorage.blob.core.windows.net/binaries/ogs6'
--ignore-url='https://gitlab.opengeosys.org/ogs/ogs/-/graphs/master'
--ignore-url='https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse'
--ignore-url='https://docs.gitlab.com/ee/ci/pipelines/pipelines_for_merged_results.html'
--ignore-url='/css/all.css'
--ignore-url='www.grs.de'
--ignore-url='www.smartkd-concept.de'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ weight = 1080

## Publication procedure

- Update [merge request template](https://gitlab.opengeosys.org/ogs/ogs/-/settings/merge_requests) to point to a new changelog wiki page
- Update merge request template (settings / merge_requests) to point to a new changelog wiki page
- Update `CHANGELOG.md` to point to new GitLab release
- Create new web release page with generated artifact names (frontmatter only!)
- Add a link to the (upcoming) Doxygen documentation for this tag in `Documentation/mainpage.dox.in` (with `v`-prefix)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ This mounts your current directory into `~/work` inside the container. Use image
The above command only works when you run Docker from within a WSL2 Linux shell!

- Install [Docker Desktop on Windows](https://docs.docker.com/desktop/windows/install/), it automatically configures WSL2.
- Install a Linux distribution from the Microsoft App Store. We recommend [Ubuntu 20.04](https://www.microsoft.com/en-us/p/ubuntu-2004-lts/9n6svws3rx71).
- Install a Linux distribution from the Microsoft App Store. We recommend [Ubuntu 22.04](https://apps.microsoft.com/search?query=ubuntu).
- In the Docker Desktop application under *Settings / Resources / WSL integration* add your Linux distribution.
- Open a command prompt in your Linux distribution (At the start menu type the name of the distribution) and run the container.
- If your current working contains spaces write out `$PWD`, e.g.:
Expand Down

0 comments on commit bf56978

Please sign in to comment.