Skip to content

aj-foster/csb-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Example

This is a quick example of running WordPress in CodeSandbox.

Usage

  1. Create a folder for the theme you want to work on (for example myTheme)
  2. Modify docker-compose.yml to add a mounted volume for the theme:
- ./myTheme:/var/www/html/wp-content/themes/myTheme
  1. Restart the Start WordPress task.
  2. Visit the preview (port 8080) to finish installation.

If necessary, additional volumes can be mounted for other themes, plugins, and uploaded content. Whenever docker-compose.yml changes, restart the Start WordPress task.

About

Example of running WordPress in CodeSandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published