Skip to content

drdogbot7/wordmove-docker-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordmove-docker-starter

Starter project for developing wordpress sites with docker-compose, wp-cli and wordmove.

Requirements

  • docker
  • docker-compose

Start test server

docker-compose up

adding a theme as a submodule

git submodule add -b master https://github.com/user/theme-reop.git wp-content/themes/theme-name

wp-content folder will be created when first running docker-compose up.

repairing permissions

Run the script fix-wordpress-permissions.sh from the host machine if (when) wordpress can't write to wp-content. There is probably a way to have docker use the correct permissions in the first place but ¯\(ツ)

sudo ./fix-wordpress-permissions.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors