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

Building from source

Building ownCloud Web

  • Run pnpm install to install dependencies
  • Run pnpm build to build Web and all apps included in the packages folder

Updating dependencies

  • Run pnpm upgrade to update dependencies

Building the documentation

Setting up

  • Install hugo
  • Run make docs

Viewing the documentation

To view the rendered docs in the browser run:

cd hugo
hugo -D server

Then open “http://localhost:1313/”

When making changes to the docs, run make docs again and the server will pick up the changes and reload the page automatically

Deploying the documentation

The documentation is automatically deployed from the master branch to https://owncloud.dev/clients/web/