web_development_vm_how_to icon indicating copy to clipboard operation
web_development_vm_how_to copied to clipboard

Build packages instead of compiling every time

Open triplepoint opened this issue 12 years ago • 0 comments

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, and nginx. Also, the .deb packages will need to be built and posted somewhere suitable (S3 bucket?).

Finally, the puppet scripts will need to be adjusted to install the debs instead of running the make file every time.

triplepoint avatar Jul 02 '13 20:07 triplepoint