web_development_vm_how_to icon indicating copy to clipboard operation
web_development_vm_how_to copied to clipboard

Instructions and scripts to quickly set up development and production environments for PHP, Nginx, and MySQL based infrastructure.

Results 4 web_development_vm_how_to issues
Sort by recently updated
recently updated
newest added

I've added changes to the makefile recently that aren't in the manual instructions - Composer install - Memcahed install - Build procedure changes to php, nginx, and mysql Review the...

The current build for mysql needs to be hand edited for security and configuration. Look at http://www.linuxfromscratch.org/blfs/view/svn/server/mysql.html to see what they're recommending. When building mysql, the last thing it says...

It shouldn't be necessary to recompile everything from source every time you do a vagrant destroy and vagrant up cycle. This will require writing scripts to automate compiling mysql, php,...

enhancement

It would be nice if it were possible to import this project into other projects (say, via composer or git submodules) in order to spin up a VM for each...

enhancement