07/09/2018, 15:43
Deployment: modularizing web application components
1. Tired about deployment Do again and again for each application Some components just copy & paste 2. DRY the deployment: modularizing components NginX ( Copy & Paste ) Rails App Redis ( Copy & Paste ) MySQL ( Copy & Paste )
1. Tired about deployment
- Do again and again for each application
- Some components just copy & paste
2. DRY the deployment: modularizing components
- NginX ( Copy & Paste )
- Rails App
- Redis ( Copy & Paste )
- MySQL ( Copy & Paste )