during dev, use a docker image of a base runtime that includes the Apache server and all the PHP dependencies. During dev, we can mount the code and serve the code from the container
add the tooling to create a distributable image that includes the app code on top of that base runtime image.
This defines the PHP version to 5.6 with a MySQL 5.5 and solves some encoding issues.
Additionally, the import issues #149 are now "moot" because they were due to using a different MySQL version (except for the max length issues)
Add support for Docker:
This defines the PHP version to 5.6 with a MySQL 5.5 and solves some encoding issues.
Additionally, the import issues #149 are now "moot" because they were due to using a different MySQL version (except for the max length issues)