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

Adding the possibility to use Dev Container for building #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dhobi
Copy link

@dhobi dhobi commented Jul 22, 2024

Motivation

As stated in #59 it would be nice to have an easy/integrated way to setup a local WordPress instance. Beside WordPress, there is also the need to manually check and/or install the xmllint and xsltproc dependencies

Solution

This PR adds the possibility to use a Dev Container for development by using a DIND (docker-in-docker) container with all the dependencies already installed.
For the first installation of the WordPress instance, a detailed instruction has been added to the README.md

The setup should be as easy as

  1. Open this repository in Visual Studio Code with Dev Containers extension installed
  2. Once the Dev Container has started up: docker-compose up
  3. Complete Wordpress installation on: http://localhost:8080

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