- 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.
- Python入門很簡單
- Learning ArcGIS Pro 2
- PyQt從入門到精通
- Java開發入行真功夫
- 編寫高質量代碼:改善C程序代碼的125個建議
- C# 8.0核心技術指南(原書第8版)
- 區塊鏈底層設計Java實戰
- 打開Go語言之門:入門、實戰與進階
- Mastering Web Application Development with AngularJS
- Android應用開發實戰
- PowerDesigner 16 從入門到精通
- MATLAB 2020 GUI程序設計從入門到精通
- Go Systems Programming
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- Java程序設計基礎教程