Deployment: modularizing web application components
Bài đăng này đã không được cập nhật trong 9 năm
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