/wordpress-codebuild

Wordpress with Apache 2.4.x and PHP-FPM running in Docker.

Primary LanguageShell

Wordpress

Wordpress with Apache 2.4.x and PHP-FPM running in Docker

Prerequisites

Get Started

Running Apache 2.4.x and PHP-FPM

docker-compose up

Or, Running Apache with phpMyAdmin and MariaDB

docker-compose -f docker-compose.yml -f docker-compose.local.yml up

WordPress Local Setup

Open the terminal. Run the script 'local-build.sh'.

./<fileName>

Open http://localhost/wp-admin/ in browser,use username admin and password admin to login.

WordPress General Guideline

  • The highest the plugin download number is better.
  • The plugin must still actively develop by author.
  • Security vulnerability found in https://wpvulndb.com/ must be already had security fixes.