Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Docker setup 🐋 #19

Merged
merged 4 commits into from
Dec 18, 2021
Merged

Support for Docker setup 🐋 #19

merged 4 commits into from
Dec 18, 2021

Conversation

csalmeida
Copy link
Owner

  • Adds support to spin up a development environment do develop a Hozokit theme with Docker

This brings advantages such as:

  • No need to configure or install WordPress, MySQL or Node, this is now all automated.
  • npm install and npm run watch are ran automatically.

For anyone using Docker you can try it by changing directory into the theme folder and running docker compose up.
If environment variables are changed run docker compose restart.
To shutdown the containers run docker compose down.

At the moment the WordPress site can be accessed via localhost:8080 or localhost:2077 if hot reloading is setup.

@csalmeida csalmeida self-assigned this Sep 3, 2021
@csalmeida csalmeida changed the base branch from main to v2.0.0 December 18, 2021 17:09
@csalmeida csalmeida merged commit 767373e into v2.0.0 Dec 18, 2021
@csalmeida csalmeida deleted the docker branch December 18, 2021 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant