File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ jobs:
153153 php occ richdocuments:activate-config --wopi-url="http://localhost:9980" --callback-url="http://172.17.0.1:8081"
154154
155155 curl http://admin:admin@localhost:8081/ocs/v1.php/cloud/capabilities\?format\=json -H 'OCS-APIRequest: true'
156+ curl -v http://localhost:8081/status.php
156157
157158 curl -v http://localhost:9980/ --output -
158159 curl -v http://localhost:9980/hosting/discovery --output -
Original file line number Diff line number Diff line change @@ -47,6 +47,11 @@ PHPPIDA=$!
4747PHP_CLI_SERVER_WORKERS=10 php -S localhost:$PORT_SERVERB -t $OC_PATH &
4848PHPPIDB=$!
4949
50+ curl -v http://localhost:$PORT_SERVERA /status.php
51+
52+ curl -v http://localhost:$PORT_SERVERB /status.php
53+
54+
5055
5156$OCC config:system:set allow_local_remote_servers --value true --type bool
5257$OCC config:app:set richdocuments wopi_url --value=" http://localhost:9980"
You can’t perform that action at this time.
0 commit comments