-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation: instructions how to run master checkouts would be helpful #439
Comments
A |
The initial overlay informing about clients IMO some documentation how to run Git checkouts the right way would be helpful even if the findings above are due to bugs and not due to a faulty set up. |
That is a separate app you need to get: https://github.com/nextcloud/firstrunwizard (just clone it into the apps folder)
Just upload some files. (we add some sample files to the release but this is not really of any benefit for the development version)
Same here: This is the gallery app we just bundle https://github.com/owncloud/gallery (also just clone in the apps folder).
Then you need to configure it (this is also not done with the release, because we don't know which one you want to use).
https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell or I don't think that we should document how to use git. There are more then enough tutorials in the internet. We just say: |
Of course not! Maybe I wasn't clear. By "documentation how to run Git checkouts" I meant documentation how to deal with Git checkouts of Nextcloud, not how to handle Git itself. A simple phrase saying that those two git invocations should allow for running development versions is virtually all I had in mind opening this issue. |
@pmattern want to turn the branch into a real Pull Request? |
Done and fixed in #1471. |
Unlike release archives checkouts of master don't run out of the box, e. g. initializing Git submodules is necessary and then still the JavaScript stuff isn't ready to go. But documentation how to set up a system based upon Git master doesn't seem to be available.
IMO it would help testing a lot if you could write a tiny how to about this topic, maybe something similar as included in the News app's README.md.
(I'm aware of #16. But if I'm not mistaken this is rather about release archives, not so much about VCS checkouts.)
The text was updated successfully, but these errors were encountered: