Skip to content

x-name15/wordjima-wp-for-local-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordJima

Docker WordPress PHP MySQL Powershell License

Dockerized WordPress for local development.

WordJima is a practical local WordPress environment built with Docker Compose and an automation script for setup, reset, and first-run provisioning.

Why WordJima

  • Fast local bootstrap for WordPress + MySQL
  • Project files mounted locally in wordpress
  • Automated WordPress install via WP-CLI
  • Locale support from .env (WP_LOCALE)
  • Optional FS_METHOD=direct for local plugin/theme install-delete without FTP

Stack

Quick Start

  1. Configure your environment values in .env (or let setup create it from .env.example).
  2. Run:
.\setup.ps1
  1. Open http://localhost:8080.

setup.ps1 Commands

.\setup.ps1          # Start or initialize everything
.\setup.ps1 -Reset   # Remove containers, DB volume and ./wordpress, then rebuild
.\setup.ps1 -Down    # Stop containers (keeps data)
.\setup.ps1 -Pull    # Force image pull
.\setup.ps1 -Logs    # Follow compose logs at the end
.\setup.ps1 -Help    # Show script help

Documentation

Notes

  • On each run, setup can ask if you want to add FS_METHOD=direct into wp-config.php.
  • If accepted, WordPress can install/remove plugins and themes locally without FTP credentials.

About

Dockerized WordPress for local development with automated setup and WP-CLI provisioning

Topics

Resources

Stars

Watchers

Forks

Contributors