Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 745 Bytes

DOCKER.md

File metadata and controls

13 lines (9 loc) · 745 Bytes

Docker Local Setup

Docker can be used to setup a local development environment:

  • Ensure Docker is installed (Docker Desktop is a good option for developers)
  • From the root of this project, run npm run up
  • The fully configured site can now be accessed on http://localhost:8072
  • The prompt to run the setup wizard can be dismissed unless there is something specific you would like to configure

To shutdown:

  • Use npm run down to stop the running containers
  • The state of the environment will be persisted in docker/wordpress and docker/data. To restart the environment simply run npm run up again. To start afresh, delete these folders and let npm run up re-create them.