Skip to content

Commit

Permalink
Merge pull request #2108 from mrkara/fix-wopiserver-deploy-docs
Browse files Browse the repository at this point in the history
[docs-only] Fix broken url and path on ocis_wopi.md
Pascal Wengerter authored Jun 15, 2021
2 parents 2a07339 + 192cff6 commit bbc01b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ocis/deployment/ocis_wopi.md
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ See also [example server setup]({{< ref "preparing_server" >}})

* Go to the deployment example

`cd ocis/deployment/examples/ocis_wopi
`cd ocis/deployments/examples/ocis_wopi`

* Open the `.env` file in a text editor
The file by default looks like this:
@@ -152,6 +152,6 @@ After that you're ready to start the application stack:

`docker-compose up -d`

Open https://collabora.owncloud.test and https://wopisever.owncloud.test in your browser and accept the invalid certificate warning.
Open https://collabora.owncloud.test and https://wopiserver.owncloud.test in your browser and accept the invalid certificate warning.

Open https://ocis.owncloud.test in your browser and accept the invalid certificate warning. You are now able to open an office document in your browser.

0 comments on commit bbc01b3

Please sign in to comment.