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

  • Do not update dependencies by yourself but use the provided ones by the repo. When rebasing your local clone, you can always run pnpm install to be in sync with the defined dependencies.

Building the Documentation

Note that the documentation is located in the docs/ folder.

Note that you should always rebase your working branch if it is based on an older master. This ensures that any relevant documentation build changes have been applied and will not affect the building process.

Details

For details of the documentation such as notes, setup and how-to’s, see the Documentation section in the developer docs.