- Magento 2 Developer's Guide
- Branko Ajzele
- 190字
- 2021-07-30 09:53:21
Chapter 2. Managing the Environment
Throughout this chapter, we will look into setting up our development and production environments. The idea is to have a fully automated development environment, which can be initiated with a single console command. For a production environment, we will turn our focus to one of the available cloud services, and see how easy it is to set up Magento for simpler production projects. We will not be covering any robust environment setups like auto-scaling, caching servers, content delivery networks, and similar. These are really jobs for System Administrator or DevOps roles. Our attention here is the bare minimum needed to get our Magento store up and running; a milestone we will achieve throughout the following sections would be:
- Setting up a development environment
- VirtualBox
- Vagrant
- Vagrant project
- Provisioning PHP
- Provisioning MySQL
- Provisioning Apache
- Provisioning Magento installation
- Setting up a production environment
- Introduction to Amazon Web Services (AWS)
- Setting up access for S3 usage
- Creating IAM users
- Creating IAM groups
- Setting up S3 for database and media files backup
- Bash script for automated EC2 setup
- Setting up EC2
- Setting up Elastic IP and DNS
推薦閱讀
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- 高手是如何做產品設計的(全2冊)
- Spring 5.0 Microservices(Second Edition)
- Learning ROS for Robotics Programming(Second Edition)
- 測試驅動開發:入門、實戰與進階
- Mastering Apache Maven 3
- Node.js Design Patterns
- Getting Started with Gulp
- 計算機應用基礎實踐教程
- Building Machine Learning Systems with Python(Second Edition)
- Java程序設計案例教程
- MySQL 8從零開始學(視頻教學版)
- Python Web自動化測試設計與實現
- Microsoft HoloLens By Example
- Web前端開發最佳實踐