Apache - Prep to Host Visual Studio Deployments
Introduction
This is to prep the Linux server to host Visual Studio code.
This is for either RedHat or Rocky Linux installations.
For this configuration were are installing on a Rocky Linux server.
Preparation
Make sure that the server is up to date
dnf update -y
Configuration
Install the ASP .NET Core Runtime
dnf install aspnetcore-runtime-8.0 -y
Verification
dotnet --info
This should bring back the installation results
Host: .NET SDKs installed: .NET runtimes installed: Other architectures found: Environment variables: global.json file: Learn more: Download .NET: |
Other Materials
You can also find on the Microsoft web site how to install on different versions other then the ones mentioned here
Install the .NET SDK or the .NET Runtime on RHEL and CentOS Stream