In this PR I made changes so that docker-compose based testing setup is functional. This uses a simple PHP-Apache container and a MariaDB container as the DB. The source is mounted to the Apache container.
The Apache server image is hosted as a public image in the Docker Hub. A helper script and an accompanying README provides convenience for the devs.
I have also updated the contribution guidelines to reflect the latest policy changes.
Why have you done it
This setup can now be used to test the changes before opening a PR to make sure that you wouldn't introduce it works on my machine issues.
What you've done
In this PR I made changes so that
docker-compose
based testing setup is functional. This uses a simple PHP-Apache container and a MariaDB container as the DB. The source is mounted to the Apache container.The Apache server image is hosted as a public image in the Docker Hub. A helper script and an accompanying README provides convenience for the devs.
I have also updated the contribution guidelines to reflect the latest policy changes.
Why have you done it
This setup can now be used to test the changes before opening a PR to make sure that you wouldn't introduce it works on my machine issues.
Screenshot (if visual)
N/A
Any testing carried out
N/A