|
1 | 1 | # 12.5 Summary
|
2 | 2 |
|
3 |
| -This chapter discusses how to deploy and maintain Web applications we develop some related topics. The content is very important to be able to create a minimum maintenance based applications running smoothly, we must consider these issues. |
| 3 | +In this chapter, we discussed how to deploy and maintain our Go web applications. We also looked at some closely related topics which can help us to keep them running smoothly, with minimal maintenance. |
4 | 4 |
|
5 |
| -Specifically, the discussion in this chapter include: |
| 5 | +Specifically, we looked at: |
6 | 6 |
|
7 |
| -- Create a robust logging system that can record an error in case of problems and notify the system administrator |
8 |
| -- Handle runtime errors that may occur, including logging, and how to display to the user-friendly system there is a problem |
9 |
| -- Handling 404 errors, telling the user can not find the requested page |
10 |
| -- Deploy applications to a production environment (including how to deploy updates) |
| 7 | +- Creating a robust logging system capable of recording errors, and notifying system administrators |
| 8 | +- Handling runtime errors that may occur, including logging them, and how to relay this information in a user-friendly manner that there is a problem |
| 9 | +- Handling 404 errors and notifying users that the requested page cannot be found |
| 10 | +- Deploying applications to a production environment (including how to deploy updates) |
11 | 11 | - How to deploy highly available applications
|
12 |
| -- Backup and restore files and databases |
| 12 | +- Backing up and restoring files and databases |
13 | 13 |
|
14 |
| -After reading this chapter, for the development of a Web application from scratch, those issues need to be considered, you should already have a comprehensive understanding. This chapter will help you in the actual environment management in the preceding chapter describes the development of the code. |
| 14 | +After reading the contents of this chapter, those thinking about developing a web application from scratch should already have the full picture on how to do so; this chapter provided an introduction on how to manage deployment environments, while previous chapters have focused on the development of code. |
15 | 15 |
|
16 | 16 | ## Links
|
17 | 17 |
|
18 | 18 | - [Directory](preface.md)
|
19 | 19 | - Previous section: [Backup and recovery](12.4.md)
|
20 |
| -- Next chapter: [Build a web framework](13.0.md) |
| 20 | +- Next chapter: [Building a web framework](13.0.md) |
0 commit comments