- PHP5.6/MySQL application
- Setup is a bit tricky, providing a Docker container to simplify
- Only a reduced subset of the data is provided in this demo (PKKS region}
- Docker container with Apache, PHP5.6, MySQL installed
- MySQL database is imported from mysql_dump_pkks.sql
- Docker container will copy and and serve the html folder
-
# Will build the Docker image bash 01_build_docker_image.sh # Will start the container in interactive mode and bind the html folder bash 02_start_docker_server.sh
- After executing these scripts access the webserver at http://localhost:80
-
# Cleanup the images if needed 03_cleanup_docker_images.sh