-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added config for document server setup #10826
base: master
Are you sure you want to change the base?
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
@S-Panta Q: did you derive from |
The environment variable were matched both from |
9edf71a
to
feb03bd
Compare
Quality Gate passedIssues Measures |
docker compose up | ||
``` | ||
Latest ocis build is done with local ocis docker image that is build with this docker compose file. | ||
oCIS will start in `https://ocis.owncloud.test/` along with all other service. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be you can also add Make sure to add all the hosts in /etc/hosts folder before running the docker compose file
your PR description comments in the testing readme as some pre-steps to be followed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also make a separate env
file for tags such as TIKA_IMAGE, LOG_DRIVER , .....
or other possible things to flexibility?
#!/bin/sh | ||
set -e | ||
|
||
# we can't mount it directly because the run-document-server.sh script wants to move it | ||
cp /etc/onlyoffice/documentserver/local.dist.json /etc/onlyoffice/documentserver/local.json | ||
|
||
/app/ds/run-document-server.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of an separate file may be add directly this to the onlyoffice
service? possible?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why added different folder documentServer?
we have make file inside tests/acceptance/docker which help us to run different service
@@ -584,3 +584,12 @@ The sample `fontsMap.json` file is located in `tests/config/drone/fontsMap.json` | |||
"defaultFont": "/path/to/ocis/tests/config/drone/NotoSans.ttf" | |||
} | |||
``` | |||
|
|||
|
|||
## Running Test Suite With Document Servers (Collabora, ONLYOFFICE or Microsoft using the WOPI protocol.) with dokcer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Running Test Suite With Document Servers (Collabora, ONLYOFFICE or Microsoft using the WOPI protocol.) with dokcer | |
## Running Test Suite With Document Servers (Collabora, ONLYOFFICE or Microsoft using the WOPI protocol.) with dokcer |
Latest ocis build is done with local ocis docker image that is build with this docker compose file. | ||
oCIS will start in `https://ocis.owncloud.test/` along with all other service. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest ocis build is done with local ocis docker image that is build with this docker compose file. | |
oCIS will start in `https://ocis.owncloud.test/` along with all other service. | |
Latest oCIS build is done with local oCIS docker image that is build with this docker compose file. | |
oCIS will start in `https://ocis.owncloud.test/` along with all other service. |
may be need to use only one oCIS
or ocis
consistently
Description
A single file
docker-compose
inside directorytests/acceptance/docker/documentServer
can be used to start the necessary service for app provider test along with the latest ocis local build.Make sure to add all the hosts in
/etc/hosts
folder before running the docker compose fileRelated Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: