reliefsupports / reliefsupports.org-v1

Relief Supports is an open source project to support volunteers who working in relief activities.
http://reliefsupports.org
MIT License
57 stars 63 forks source link

Fix Docker based Test Story #161

Closed chamilad closed 7 years ago

chamilad commented 7 years ago

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

heimdallrj commented 7 years ago

taking this.