Deployment: modularizing web application components
This post hasn't been updated for 8 years
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 )
All Rights Reserved