Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 1.65 KB

File metadata and controls

69 lines (46 loc) · 1.65 KB

Wordpress project template

Get started

Create a repository from this template and clone it.

Requirements

  • docker and docker compose >= 2.0
  • make

Build

make build

Start

make start

At this point you can reach wordpress interface at http://localhost.

Wordpress port can be configured in the .env file at WORDPRESS_PORT.

Stop

make stop

Env file

All the wordpress parameters can be set in the .env file.

Docs

Related blog post:

The installation tool kit, provided here, include:

  • Nginx web server
  • MariaDB/MySQL used for Wordpress database
  • phpMyAdmin interface to connect to your MySQL database
  • WP-Cli: Wordpress Command Line Interface
  • Makefile directives for automatization.

References

Credits

Huge thanks to the original repository author Kassambara.