Technical requirements
In this chapter, we’re going to need all the previous technical requirements listed in Chapters 1-14, together with the following additional packages.
For Windows deployment:
- IIS (Windows Server)
- ASP.NET Core 8.0 Runtime (and the Windows Hosting Bundle installer for Win64 (Microsoft .NET official website))
For Linux deployment:
- ASP.NET Core 8.0 Runtime for Linux (YUM package manager)
- .NET 8 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-8-and-Angular/tree/main/Chapter_15.