Skip to content

Commit

Permalink
Merge pull request #16716 from opf/docs/fixes
Browse files Browse the repository at this point in the history
Docs: fix broken docker links
  • Loading branch information
as-op authored Sep 12, 2024
2 parents 2ccae05 + c0e06a0 commit d735f70
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ sidebar_navigation:
# Kubernetes

Kubernetes is a container orchestration tool. As such it can use the
OpenProject docker container in the same manner as shown in the [docker section](../docker/#one-container-per-process-recommended).
OpenProject docker container in the same manner as shown in the [docker section](../docker/).

In the [openproject-deploy](https://github.com/opf/openproject-deploy/blob/stable/14/kubernetes/README.md) repository we provide further information and an exemplary set of YAML files defining a complete OpenProject setup on Kubernetes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_navigation: false
# Synology

Synology offers NAS devices that come with a UI for starting docker containers on them.
This means OpenProject has to be used exactly as described in the [docker](../docker/#one-container-per-process-recommended) section.
This means OpenProject has to be used exactly as described in the [docker](../docker/) section.

## Launching the container

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ sudo yum remove pgsql10

## Compose-based docker installation

> Please follow this section only if you have installed OpenProject using [this procedure](../../installation/docker/#one-container-per-process-recommended).
> Please follow this section only if you have installed OpenProject using [this procedure](../../installation/docker/).
> Before attempting the upgrade, please ensure you have performed a backup of your installation by following the [backup guide](../../operation/backing-up/).
You can find the upgrade instructions for your docker-compose setup in the [openproject-deploy](https://github.com/opf/openproject-deploy/blob/stable/14/compose/control/README.md#upgrade) repository.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ You may need to create the `files` directory if it doesn't exist yet.

#### 4) Start OpenProject

Start the container as described in the [installation section](../../installation/docker/#one-container-per-process-recommended)
Start the container as described in the [installation section](../../installation/docker/)
mounting `/var/lib/openproject/pgdata` (and `/var/lib/openproject/assets/` for attachments).

## Changing the database schema from cloud to on-premises
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ sudo chown -R 102 /volume1/openproject/*
```

After that it's simply a matter of launching the new container mounted with the copied `pgdata` and `assets` folders
as described in the [installation section](../../installation/docker/#one-container-per-process-recommended).
as described in the [installation section](../../installation/docker/).

## Upgrade notes from 9.x

Expand Down
1 change: 1 addition & 0 deletions script/docs/check_links
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ class DocsChecker
@docs.push(
{ path: "#{@root_path}/api/v3/spec.json", anchors: [], links: [] },
{ path: "#{@root_path}/api/v3/spec.yml", anchors: [], links: [] },
{ path: "#{@root_path}/installation-and-operations/installation/docker-compose", anchors: [], links: [] },
{ path: "#{@root_path}/installation-and-operations/installation/helm-chart", anchors: [], links: [] },
{ path: "#{@root_path}/development/translate-openproject/fair-language", anchors: [], links: [] }
)
Expand Down

0 comments on commit d735f70

Please sign in to comment.