Browse Source

README.md: Add notes how to run master checkouts

tags/v11.0RC2
Peter Mattern 7 years ago
parent
commit
0da61a86b0
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      README.md

+ 10
- 0
README.md View File

@@ -45,6 +45,16 @@ changed it substantially:

More information how to contribute: https://nextcloud.com/contribute/

## Running master checkouts

Third-party components are handled as git submodules which have to be initialized first. So aside from the regular git checkout invoking `git submodule update --init` or a similar command is needed, for details see Git documentation.

Several apps by default included in regular releases like [firstrunwizard](https://github.com/nextcloud/firstrunwizard) or [gallery](https://github.com/nextcloud/gallery) are missing in `master` and have to be installed manually as required.

That aside Git checkouts can be handled the same as release archives.

Note they should never be used on production systems.

## Nextcloud VM
If you're not familiar with Linux, or simply just want to get up and running on a pre-configured system in no time - we have developed a VM that you can download. Just extract it and mount it in VMware or VirtualBox and you're all set.


Loading…
Cancel
Save