- Magento 2 Developer's Guide
- Branko Ajzele
- 194字
- 2021-07-30 09:53:23
Summary
Throughout this chapter, we focused on two main things: setting up development and production environments.
As part of the development environment, we embraced free software such as VirtualBox and Vagrant to manage our environment setup. The setup alone came down to a single Vagrantfile
script that contained the necessary set of commands to install everything from the Ubuntu server, PHP, Apache, MySQL, and even Magento itself. We should by no means look at this script as final and only as a valid script to set up our development environment. Investing time in making the development environment closer to the project-specific requirements pays off in terms of team productivity.
We then moved on to the production environment. Here, we looked into Amazon Web Services, utilizing S3 and EC2 along the way. The production environment also came with its own scripted installation process that sets most of the things. Similarly, this script is by no means final and is only a valid way to set things up; it's more of a base example of how to do it.
In the next chapter, we will take a closer look at some of programming concepts and conventions.
- Mastering Concurrency Programming with Java 8
- Getting Started with Citrix XenApp? 7.6
- Learning Single:page Web Application Development
- Java異步編程實戰
- ASP.NET MVC4框架揭秘
- LabVIEW Graphical Programming Cookbook
- Arduino by Example
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- PyTorch自然語言處理入門與實戰
- Java軟件開發基礎
- Learning ELK Stack
- 基于Swift語言的iOS App 商業實戰教程
- Serverless computing in Azure with .NET
- JavaScript機器人編程指南
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理