diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-09-26 13:19:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-26 13:19:00 +0200 |
commit | fa44c355d558ac6a96f43c486d59e9b4026e4fa8 (patch) | |
tree | dda501eb1768fcabc98448e81aef751b145af93d /README.md | |
parent | 0873fe42848a939664852abff240f0826f39b9e5 (diff) | |
parent | 0da61a86b098f6fdea2d5f976ff88eaf4268f315 (diff) | |
download | nextcloud-server-fa44c355d558ac6a96f43c486d59e9b4026e4fa8.tar.gz nextcloud-server-fa44c355d558ac6a96f43c486d59e9b4026e4fa8.zip |
Merge pull request #1471 from pmattern/readme-dev-version
README.md: Add notes how to run master checkouts
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md index eafad0b9c8c..2c0f11b43bd 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,16 @@ changed it substantially: More information how to contribute: [https://nextcloud.com/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. |