yilmazchef / devops-wptemp

A demo project to manage Wordpress in a predictable way

Home Page:http://blog.michaelperrin.fr/2018/10/26/automate-wordpress-part-1/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog article related to this repository: http://blog.michaelperrin.fr/2018/10/26/automate-wordpress-part-1/

To have a fully working Wordpress installation, just clone this project and run the following commands.

Install Wordpress:

make wordpress_install

Configure Wordpress:

make wordpress_configure

That's it! Wordpress was installed and configured without any manual clicks in some interface and is now ready to be visited at http://localhost .

About

A demo project to manage Wordpress in a predictable way

http://blog.michaelperrin.fr/2018/10/26/automate-wordpress-part-1/


Languages

Language:Makefile 71.2%Language:Dockerfile 28.8%