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

WordPress: Use Bedrock for documentation (requires ddev improvements to support it) #1928

Closed
rpkoller opened this issue Nov 8, 2019 · 4 comments

Comments

@rpkoller
Copy link
Collaborator

rpkoller commented Nov 8, 2019

Describe the bug
If you try to install WordPress with Composer like suggested in https://ddev.readthedocs.io/en/latest/users/cli-usage/#wordpress-quickstart you run into an unresolveable requirement package wise cuz wpackagist-plugin/wp-i18n is deprecated.

To Reproduce
Steps to reproduce the behavior:

  1. composer create wordpress/skeleton ~/sites/wordpress --no-interaction --prefer-dist

Screenshots
Bildschirmfoto 2019-11-08 um 11 50 02

https://wpackagist.org/search?q=wp-i18n&type=any&search= is shown as inactive and got removed from the plugin repo 2018 https://wordpress.org/plugins/wp-i18n/

The best maintained and bespoke solution would be the Composer install of Bedrock: https://roots.io/bedrock/ but it is highly opinionated. Also Bedrock doesn't work well along with DDEV out of the box yet. Other options might be https://packagist.org/packages/johnpbloch/wordpress which wordpress/skeleton also uses as dependency and as a foundation. Another option might be https://github.com/markjaquith/WordPress-Skeleton

@rfay
Copy link
Member

rfay commented Nov 8, 2019

Thanks. I'm actually working on better WP support at the moment, so this helps.

@DanielRuf
Copy link
Contributor

It still fails on the latest version of ddev with wpackagist-plugin/wp-i18n.
What is the new way?

@DanielRuf
Copy link
Contributor

Ah ok, it is now the bedrock setup. Expected some hint from ddev to use this now.

https://ddev.readthedocs.io/en/latest/users/cli-usage/#wordpress-quickstart

@rfay
Copy link
Member

rfay commented Apr 8, 2020

Hope you got that sorted. The quickstart in the docs is intended to be the hint :)

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

3 participants