-
Notifications
You must be signed in to change notification settings - Fork 60
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
make starter_dev doesn't work when run with WSL2 on Windows #409
Comments
I can reproduce locally. It appears we need to give the group write access to the codebase directory; but I'll let folks who know more about ISLE-DC to determine the best fix for this. |
Tested #320 to see if it would resolve the issue; but the issue still persists:
Tagging @DonRichards |
@Sora201710 I'm not sure but I think running make with |
The Bug:
When I tried to run the make starter_dev command on WSL2, it gave me an error message: "drupal /var/www/drupal/vendor does not exist and could not be created".
How to Reproduce:
Stack:
1) Docker Desktop 4.34.2
2) WSL version: 2.3.24.0
3) Latest ISLE-dc version as of October 2024 (not sure how to find what version I'm on sorry)
Open the isle-dc folder through WSL, then run the make starter_dev command.
Expected Behaviour:
The Islandora Starter Site will be created locally.
Actual Behaviour:
There is an error, "drupal /var/www/drupal/vendor does not exist and could not be created"
I tried to run sudo make starter_dev and also creating the folder manually, but that didn't work. What I had to do was:
The text was updated successfully, but these errors were encountered: