Skip to content

Commit d1b95ee

Browse files
DeepAnchorjameswpm
authored andcommitted
Fix grammar and translations for summary of 12.5.md
1 parent a8e2d9b commit d1b95ee

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: en/12.5.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# 12.5 Summary
22

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.
44

5-
Specifically, the discussion in this chapter include:
5+
Specifically, we looked at:
66

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)
1111
- How to deploy highly available applications
12-
- Backup and restore files and databases
12+
- Backing up and restoring files and databases
1313

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.
1515

1616
## Links
1717

1818
- [Directory](preface.md)
1919
- 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

Comments
 (0)