Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 615 Bytes

File metadata and controls

18 lines (13 loc) · 615 Bytes

development

Docker provides an easy way to launch a wordpress instance.

  • brew cask install docker

  • Go through the docker install process by clicking on the whale icon in the menu bar.

  • clone our plugin: git@github.com:broadly/wordpress-plugin.git

  • create a folder to store you wordpress stuff, and set it up:

  • mkdir wordpress

  • cd wordpress

  • cp ../wordpress-plugin/docker-compose.yml .

  • mkdir data

  • ln -s ../wordpress-plugin broadly-plugin

  • Start wordpress: docker-compose up -d && docker-compose logs -f wordpress

You wordpress will be available under: http://localhost:8080/