anibalsanchez / lando-boilerplates-for-joomla-wordpress-and-prestashop

My personal recipes for Lando - Docker containers. Battle-tested for Joomla, WordPress, and PrestaShop.
https://blog.anibalhsanchez.com/
MIT License
25 stars 14 forks source link

Directions for Wordpress #1

Closed dgmdevelopment closed 5 years ago

dgmdevelopment commented 5 years ago

Hi, I'm interested in the WP part of this. I'm new to Lando, and I have been able to get the containers up with lando start, but I'm trying to automate the post install items like installing wordpress core and plugins. Not sure how to do this. Thank you for any guidance.

anibalsanchez commented 5 years ago

Hi,

You can use WP CLI. In the sample recipe, there is one command to install WordPress and Gutenberg plugin: https://github.com/anibalsanchez/lando-boilerplates-for-joomla-wordpress-and-prestashop/blob/master/wordpress/.lando.yml#L72

anibalsanchez commented 5 years ago

I've just documented the WP Recipe: https://github.com/anibalsanchez/lando-boilerplates-for-joomla-wordpress-and-prestashop#step-1---review-and-customize-the-recipe-for-wordpress

dgmdevelopment commented 5 years ago

Thank you for updating the recipe for WP!