- Creating Development Environments with Vagrant(Second Edition)
- Michael Peacock
- 128字
- 2021-07-23 20:04:19
Preface
Web-based software projects are increasingly complicated, with a range of different dependencies, requirements, and interlinking components. Swapping between projects, which require different versions of the same software, becomes troublesome. Getting team members up and running on new projects becomes time-consuming.
Vagrant is a powerful tool used to create, manage, and work with virtualized development environments for your projects. By creating a virtual environment for each project, their dependencies and requirements are isolated, they also don't interfere with the software installed on your own machine such as WAMP or MAMP. Colleagues can be up and running on a new project in minutes with a single command. With Vagrant, we can wipe the slate clean if we break our environment and be back up and running in no time.
- Android Wearable Programming
- Visual C++程序設計教程
- Python Deep Learning
- Julia機器學習核心編程:人人可用的高性能科學計算
- 編譯系統透視:圖解編譯原理
- Mastering KnockoutJS
- Python編程實戰
- 青少年學Python(第1冊)
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- The Professional ScrumMaster’s Handbook
- Julia 1.0 Programming Complete Reference Guide
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Instant jQuery Boilerplate for Plugins
- Practical Predictive Analytics
- Python Machine Learning Cookbook