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

Allow /web to be overwritten as the default directory for moodle installs #2

Open
kmoylanCA opened this issue Mar 2, 2023 · 1 comment

Comments

@kmoylanCA
Copy link

When working with this installer, it is forcing the installation to /web. It would be great if the root directory or install directory could be gotten from the composer.json file so that it can be configured for projects that use something other than /web (/docroot comes to mind).

Patch on the way...

@kmoylanCA
Copy link
Author

patch_variable_docroot.txt

Here's a patch to allow the install directory to be defined in the composer.json like this:

"extra" : { "install-directory": "docroot" }

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