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

Add Dev-Container setup for WordPress development #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

noeoedi
Copy link

@noeoedi noeoedi commented Jun 25, 2024

This pull request adds a Dev-Container setup for the WordPress development environment.

Changes included:

  • Added Dockerfile for setting up WordPress and necessary tools
  • Added docker-compose.yml for orchestrating WordPress and MariaDB containers
  • Created .devcontainer/devcontainer.json for configuring the Dev-Container
  • Added wp-config.php for WordPress configuration
  • Added init-db.sh script for initializing the database with demo data
  • Added dump.sql for importing demo data

Benefits:

  • Provides a consistent development environment for all contributors
  • Simplifies setup and reduces onboarding time for new developers
  • Ensures all necessary tools and dependencies are available

Please let me know if there are any changes required or additional improvements needed.

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