- 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
推薦閱讀
- Android開發精要
- 劍指JVM:虛擬機實踐與性能調優
- 高級C/C++編譯技術(典藏版)
- 利用Python進行數據分析
- OpenMP核心技術指南
- 代碼閱讀
- Building Dynamics CRM 2015 Dashboards with Power BI
- TypeScript 2.x By Example
- Mastering Apache Camel
- Learning Concurrency in Python
- Practical Maya Programming with Python
- Head First Kotlin程序設計
- Java EE輕量級解決方案:S2SH
- Selenium Essentials
- 大學計算機基礎