Discussion:
[TYPO3-english] How to build TYPO3 from Github (or gerrit)
Urs Braem
2017-11-16 12:19:14 UTC
Permalink
The source from https://github.com/TYPO3/TYPO3.CMS is not the full cms like in the tar on https://typo3.org/download/

I guess this has to be built, right? But how? Composer?

The reason for my question is that I would like to try out a gerrit patch https://review.typo3.org/#/c/53974/ but I have the same issue there

Thanks for any hint or link!
Mikel
2017-11-16 12:58:40 UTC
Permalink
You can use composer. See doc for info —> https://composer.typo3.org/ <https://composer.typo3.org/>
Post by Urs Braem
The source from https://github.com/TYPO3/TYPO3.CMS is not the full cms like in the tar on https://typo3.org/download/
I guess this has to be built, right? But how? Composer?
The reason for my question is that I would like to try out a gerrit patch https://review.typo3.org/#/c/53974/ but I have the same issue there
Thanks for any hint or link!
_______________________________________________
TYPO3-english mailing list
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
Urs Braem
2017-11-16 14:14:10 UTC
Permalink
I can create a base distribution with `composer create-project typo3/cms-base-distribution CmsBaseDistribution `.
That looks more familiar.
Do I still have to create the symlinks?

But my original question is how I get the mentioned "partial" stuff (from github or gerrit) built into such a base distribution.

Maybe I should ask the other way round: if I want to test a patch from gerrit, how?
Loading...