- Mastering Symfony
- Sohail Salehi
- 239字
- 2021-07-16 11:29:00
Chapter 3. Setting Up the Environment
This chapter might give you the impression of doing a system administrator's job. It is all about setting up a few accounts and configuring functionality for Continuous Integration (CI).
First, we will take a look at the definition of CI and understand why it is not a luxury anymore, rather, a must have feature in any project. Then, we will see how to utilize Amazon Web Services to set up a test and deployment server.
We will use Jenkins as a CI application and show you how to integrate it into your Amazon Web Services account, install required plugins to test PHP projects, and finally, prepare our Symfony project to benefit from the whole infrastructure.
When everything is set up properly, we will create a simple testing code and watch how CI does the rest of the jobs: running tests, generating reports, and deploying the application automatically.
As you may have guessed, we won't have much Symfony development in this chapter. However, once CI is in place, we will see how easy, elegant, and professional the rest of our journey will be.
In this chapter, we will cover the following topics:
- Discussing the importance of Continuous Integration
- Using Amazon Web Services
- Using Elastic Compute Cloud
- Setting up the server
- Setting up Simple Email Service
- Installing PHP tools
- Orchestrating the build process
- Creating a new job in Jenkins
- Running the first build
- Extending Jenkins
- 程序員修煉之道:程序設(shè)計(jì)入門30講
- 數(shù)據(jù)庫系統(tǒng)教程(第2版)
- Visual FoxPro程序設(shè)計(jì)教程
- MATLAB圖像處理超級學(xué)習(xí)手冊
- Java Web應(yīng)用開發(fā)技術(shù)與案例教程(第2版)
- MATLAB實(shí)用教程
- Mastering Linux Network Administration
- Access 2010數(shù)據(jù)庫應(yīng)用技術(shù)(第2版)
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Mastering Unity 2D Game Development(Second Edition)
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個建議
- Arduino可穿戴設(shè)備開發(fā)
- 算法秘籍
- 你好!Java