Skip to content

Commit 9ea5f3c

Browse files
committed
adding necessary hosts note to readme
1 parent 80e5509 commit 9ea5f3c

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

docs/ocis/development/testing.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -585,11 +585,21 @@ The sample `fontsMap.json` file is located in `tests/config/drone/fontsMap.json`
585585
}
586586
```
587587

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
590589
To run the test related to document Servers, go to `tests/acceptance/docker/documentServer` and run the command
591590
```bash
592591
docker compose up
593592
```
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.

0 commit comments

Comments
 (0)