Setup with OCIS
- Setup OCIS by following the setup instructions.
- Kill the oCIS Web service
./ocis kill web
- Copy ‘./config/config.json.sample-ocis’ to ‘./config/config.json’ and adjust values if required
- in the Web checkout folder, run
yarn serve
- open https://localhost:9200 and accept the certificate.
- when signing in, use one of the available test users
- whenever code changes are made, you need to manually reload the browser page (no hot reload)
For testing, please refer to the OCIS testing section