Skip to content

veeso-dev/fe-wordpress-template

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published