Skip to content

aoliverwd/wordpress-frankenphp-docker-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress SQLite FrankenPHP, Caddy Docker Environment

A Docker-based development environment built on top of FrankenPHP, configured to run WordPress with SQLite support, and served using Caddy.


Getting Started

Follow these steps to spin up the development environment locally.

1. Copy Environment Variables

Create your .env file from the provided template:

cat env-test.txt > .env

2. Start the Docker Environment

Run the following command to build and start the container in detached mode:

docker compose up -d

3. Access the Application

Once the container is running, open your browser and navigate to:

https://localhost/

Managing WordPress Plugins

WordPress plugins are managed via wp-packages.org a composer based package manager. You should add required plugins to the ./build-dependancies/composer.json file.

Local plugin archives can be placed in ./build-dependancies/plugins and will be installed into ./public/wp-content/plugins during the build process.


Local Dependencies

Local development dependency configuration files are located in the ./local folder.


HTTPS

HTTPS is enabled via Caddy, so your browser may prompt a security warning on first access.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors