-
Notifications
You must be signed in to change notification settings - Fork 171
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
Update Install.rst - 'docroot' MUST be 'public' #190
Conversation
People should know that they can't use a different value for 'docroot'. See also: * TYPO3/get.typo3.org#291 * TYPO3/TYPO3.CMS.BaseDistribution#54 * ddev/ddev#3701
Not sure what you mean, the So no, the document root doesn't have to be Personally I think |
Great, small PR, long story. Here it comes. What this is aboutHi @mbrodala, so you are looking at the procedure we recommend and you think, you could simply say Let's run this as a demoIt is exactly the procedure we recommend, just using port 8065 and 44365: # https://example-project-directory.ddev.site:44365 mkdir example-project-directory cd example-project-directory ddev config --project-type=typo3 --docroot=web --create-docroot \ --http-port=8065 --https-port=44365 ddev start ddev composer create "typo3/cms-base-distribution:^11" The problem you get with
|
Sorry, didn't see that this focuses on DDEV and I wasn't aware that there are artificial limitations in place here. In this case it should be fine.
BTW, I'd rather not use such wording. ;-) |
People should know that they can't use a different value for 'docroot'. See also: * TYPO3/get.typo3.org#291 * TYPO3/TYPO3.CMS.BaseDistribution#54 * ddev/ddev#3701 (cherry picked from commit de2b98c)
People should know that they can't use a different value for 'docroot'.
See also:
ddev create
for TYPO3 fails if--docroot != public
ddev/ddev#3701