GitHub: [https://github.com/GSCloud/better_lamp_stack]
Run modern LAMP stack applications.
- make -> CLI help
- run "make install" to install minimal set
- run "make extensions" to add PHP extensions
- included Apache 2 configuration to run this on as a real public site through proxying (TLS certificates needed)
- uncomment TLS verification commands if using Authenticated origin pull [https://developers.cloudflare.com/ssl/origin-configuration/authenticated-origin-pull]
- don't forget to run "a2enmod proxy" command on the host
- use PMA or Adminer to import MySQL data
- run "make remove"
- persistent data will remain
- run "make purge"
- removes everything permanently
- default configuration -> .env
- various configuration prototypes available, just overwrite the default configuration
- extra configuration directives for php.ini -> INI/ subfolder
- Application -> www/
- MySQL database -> db/
Author: Fred Brooker 💌 git@gscloud.cz