Skip to content
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

Enable symlink to external sources (or document how to configure) #132

Open
elmar-hinz opened this issue May 25, 2016 · 0 comments
Open

Comments

@elmar-hinz
Copy link
Contributor

Hello, I don't the if there is a technical solution for this.

A) Docker-Boilerplate installs composer typo3/cms-base-distribution.
B) The core development uses composer typo3/cms.

The setups of both composers are different. It requires to different projects:

# The server for FE and BE (docker)
OpenSource/TYPO3.Server/
  app/web
  app/vendor/typo3/cms
  app/composer.json

# The sources to develop and test (not docker)
OpenSource/TYPO3.Source/
  composer.json

I would like to symlink the sources into the server as app/vendor/typo3/cms. When creating a symlink the web server breaks. It is outside of apache document root and outside of the mounted docker directories.

When I place the directory instead of symlinking the web server works, but I get issues with the nesting of two composer projects.

I report this, because I think it is a typical use case to link sources into the server, either for reasons of core development or to test different versions of the core.

@elmar-hinz elmar-hinz changed the title Enable a folder for external symlinks Enable symlink to external sources (or document how to configure) May 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant