File tree 1 file changed +14
-4
lines changed
1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -585,11 +585,21 @@ The sample `fontsMap.json` file is located in `tests/config/drone/fontsMap.json`
585
585
}
586
586
```
587
587
588
-
589
- ## Running Test Suite With Document Servers (Collabora, ONLYOFFICE or Microsoft using the WOPI protocol.) with dokcer
588
+ ## Running Test Suite With Document Servers (Collabora, ONLYOFFICE or Microsoft using the WOPI protocol.) with dokcer
590
589
To run the test related to document Servers, go to ` tests/acceptance/docker/documentServer ` and run the command
591
590
``` bash
592
591
docker compose up
593
592
```
594
- Latest ocis build is done with local ocis docker image that is build with this docker compose file.
595
- oCIS will start in ` https://ocis.owncloud.test/ ` along with all other service.
593
+ Make sure you update the necessary hosts inside Ubuntu hosts file inside ` etc/hosts `
594
+ ``` bash
595
+ 127.0.0.1 ocis.owncloud.test
596
+ 127.0.0.1 traefik.owncloud.test
597
+ 127.0.0.1 minio.owncloud.test
598
+ 127.0.0.1 keycloak.owncloud.test
599
+ 127.0.0.1 collabora.owncloud.test
600
+ 127.0.0.1 onlyoffice.owncloud.test
601
+ 127.0.0.1 wopiserver-oo.owncloud.test
602
+
603
+ ```
604
+ Latest oCIS build is done with local oCIS docker image that is build with this docker compose file.
605
+ oCIS will start in ` https://ocis.owncloud.test/ ` along with all other services.
You can’t perform that action at this time.
0 commit comments