Setup with oCIS
- Clone the repository
- Initally install all dependencies by running
pnpm install
- Copy
./config/config.json.sample-ocis
to./config/config.json
and adjust values if required
- Start bundling web with a watcher by running
pnpm build:w
- Setup oCIS by following the setup instructions
- Start oCIS with local links to your bundled web frontend and config by running
WEB_ASSET_CORE_PATH=../../web/dist WEB_UI_CONFIG_FILE=../../web/dist/config.json OCIS_INSECURE=true IDM_CREATE_DEMO_USERS=true ./bin/ocis server
(and make sure to adjust paths as necessary)
- open https://localhost:9200 and accept the certificate
- when signing in, use one of the available demo users
- whenever code changes are made, you need to manually reload the browser page (no hot reload)
For testing, please refer to the testing docs