ownCloud
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Setup with oCIS

Setting up Web

  • 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

Running Web

  • Start bundling web with a watcher by running pnpm build:w

Setting up oCIS

  • 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)

Start oCIS

Running tests

For testing, please refer to the testing docs