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

WP Install fails due to soft link creation issues #21

Open
kcristiano opened this issue May 10, 2017 · 0 comments
Open

WP Install fails due to soft link creation issues #21

kcristiano opened this issue May 10, 2017 · 0 comments

Comments

@kcristiano
Copy link
Member

At the St Louis sprint, some uses experienced issues with civibuild create wp-master Traced this to creating a soft link here https://github.com/civicrm/civicrm-buildkit/blob/master/app/config/wp-demo/download.sh#L15

This appears to be intermittent, and looks to be permissions related to running Virtual Box on Windows.

As wp-cli does not need yml file in each site, for the Vagrant buildkit we can add a single yml file at ~/.wp-cli/config.yml see theb docs:
https://make.wordpress.org/cli/handbook/config/#config-files

We will need a corresponding patch to buildkit since the fact that we can create a single yml here will not address the code that shows the error. Perhaps we should test to see if ~/.wp-cli/config.yml exists before creating the soft link.

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