Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.28 KB

backend-ocis.md

File metadata and controls

36 lines (24 loc) · 1.28 KB
title date weight geekdocRepo geekdocEditPath geekdocFilePath
Setup with oCIS
2020-04-15 00:00:00 +0000
50
edit/master/docs
backend-ocis.md

{{< toc >}}

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]({{< ref "testing/_index.md" >}})