-
Notifications
You must be signed in to change notification settings - Fork 31
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
docker-compose exec -u buildkit civicrm civibuild create dmaster fails #63
Comments
What OS are you using? Any It should just work. Probably worth trying again in a fresh directory and see if that fixes it - shouldn't take too long. |
I got the same issue. I think the problem here is that the owner of the
Once I changed the ownership of the |
Thanks for the extra info @peterkmurphy - your diagnosis and work around sounds right. Just trying to think about how we can solve this in an elegant way. I was assuming that /buildkit/build on the container was owned by the civicrm user, which would map to user 1000 but I see that it isn't. Will have a think about how to solve this. In the mean time, that workaround makes sense. |
I've just had the same issue and raised it https://lab.3sd.io/tools/civicrm-buildkit-docker/-/issues/65 I think the answer is simply to include the I also used the same workaround as @peterkmurphy |
Unfortunatley, that won't work @wmortada We need the build directory to be populated from the container because it is not empty (it has a .amp directory in it). Some alternative approaches:
|
unfortunatly, it doesn´t work! I Got this error message: can´t install +++ drush site-install -y --db-url=mysql://dmastercms_imjof:ZSGjTBvrwdBlpwDI@mysql:3306/dmastercms_h32ty --account-name=admin --account-pass=zQ6bT4hn9A37 --account-mail=[email protected] '--site-name=CiviCRM Sandbox on Drupal' --sites-subdir=default |
Wait no, I see I'm at cross purposes. I'll keep poking at it... |
Hey @awestuk - was on holiday last week but back this week. Let me know if you want to discuss in more detail. Also, we have moved this repo to here: https://lab.civicrm.org/michaelmcandrew/civicrm-buildkit-docker. Feel free to submit issues there. |
Hey,
Juts following the instructions, but the create dmaster fails:
Any idea?
The text was updated successfully, but these errors were encountered: