. NET Core Linux Deployment practices

Source: Internet
Author: User
Tags dotnet

Deployment environment: CentOS 7 x64

Required: The current user has sudo permissions


1. Installing dependent Packages
sudo yum install libunwind Libicu
2. Download the. NET Core installation file
Curl-ssl-o dotnet.tar.gz https://go.microsoft.com/fwlink/?linkid=809131
3. Deploy the installation files to/opt/dotnet
sudo mkdir-p/opt/dotnet && sudo tar zxf dotnet.tar.gz-c/opt/dotnet
5. Establish the dotnet symbol to link to the/usr/local/bin so that it can be called directly in the terminal
sudo ln-s/opt/dotnet/dotnet/usr/local/bin
6. Deploy published programs on Windows to Linux
Upload the Publishoutput directory to/path/hellowordapp
7. Running
Cd/path/hellowordapp
Dotnet HelloWordApp.dll

. NET Core Linux Deployment practices

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.