Technical requirements
In this chapter, we're going to need all the previous technical requirements listed in Chapters 1–11, together with the following additional packages.
For Windows deployment:
- Internet Information Services (IIS) (Windows Server)
- ASP.NET Core Runtime 5 and Windows Hosting Bundle Installer for Win64 (ASP.NET official website)
For Linux deployment:
- ASP.NET Core Runtime 5 for Linux (YUM package manager)
- .NET 5 CLR for Linux (YUM package manager)
- Nginx HTTP server (YUM package manager)
As always, it's advisable to avoid installing them straight away: we're going to bring them in over the course of the chapter to better contextualize their purpose within our project.
The code files for this chapter can be found here: https://github.com/PacktPublishing/ASP.NET-Core-5-and-Angular/tree/main/Chapter_12